boost/libs/tuple/test
2021-10-05 21:37:46 +02:00
..
another_tuple_test_bench.cpp [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
io_test.cpp [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
Jamfile [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
README [DEV] add v1.66.0 2018-01-12 21:47:58 +01:00
std_tuple_element.cpp [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
std_tuple_size.cpp [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
structured_bindings.cpp [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
tuple_test_bench.cpp [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00

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.