1
0
Fork 0
arangodb/3rdParty/boost/1.69.0/libs/tuple/test
Jan fa7de56cf8
upgrade to boost 1.69.0 (#7910)
2019-01-09 17:17:33 +01:00
..
Jamfile
README
another_tuple_test_bench.cpp
io_test.cpp
tuple_test_bench.cpp

README

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.