1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/tuple/test
jsteemann 3c8493e25f upgraded to boost version 1.62.0
correctly emit boost version

removed html files from boost directory
2017-01-04 18:08:06 +01:00
..
Jamfile upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
README upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
another_tuple_test_bench.cpp upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
io_test.cpp upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
tuple_test_bench.cpp upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00

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.