yuzu/externals/vcpkg/buildtrees/boost-tuple/src/ost-1.79.0-2f5704be98.clean/test
2022-11-05 15:35:56 +01:00
..
another_tuple_test_bench.cpp early-access version 3088 2022-11-05 15:35:56 +01:00
io_test.cpp early-access version 3088 2022-11-05 15:35:56 +01:00
Jamfile early-access version 3088 2022-11-05 15:35:56 +01:00
README early-access version 3088 2022-11-05 15:35:56 +01:00
std_tuple_element.cpp early-access version 3088 2022-11-05 15:35:56 +01:00
std_tuple_size.cpp early-access version 3088 2022-11-05 15:35:56 +01:00
structured_bindings.cpp early-access version 3088 2022-11-05 15:35:56 +01:00
tuple_test_bench.cpp early-access version 3088 2022-11-05 15:35:56 +01: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.