2
0
mirror of https://github.com/boostorg/tuple.git synced 2026-01-22 17:52:20 +00:00
Files
tuple/test
Stefan Slapeta a17ce206f2 replaced BOOST_TEST
[SVN r27057]
2005-02-03 13:55:45 +00:00
..
2005-02-03 13:55:45 +00:00
2003-09-05 16:18:53 +00:00
2001-12-12 22:20:42 +00:00
2005-02-03 13:55:45 +00: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.