Blame view

3rdparty/boost_1_81_0/libs/tuple/test/README 431 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  To compile the 
  
  libs/tuple/test/*.cpp 
  
  files, you need to set include paths
  for boost.
  For example, in libs/tuple/test directory you would type (using g++):
  
  g++ -I../../.. tuple_test_bench.cpp
  
  The following is not true anymore:
  
    If you want to use tuple_io, you need to compile and link src/tuple.cpp:
    g++ -I../../.. ../src/tuple.cpp io_test.cpp
  
  Thanks to Hartmut Kaiser's suggestion, the tuple.cpp is not needed anymore.