tuple/test
Steven Watanabe 72cd223130 Merge [67751] from the trunk.
[SVN r71382]
2011-04-19 20:10:43 +00:00
..
another_tuple_test_bench.cpp Merge [51862], [53211], [53212], and [53218] from the trunk 2009-06-13 18:30:31 +00:00
io_test.cpp Merge [67751] from the trunk. 2011-04-19 20:10:43 +00:00
Jamfile Full merge from trunk at revision 41356 of entire boost-root tree. 2007-11-25 18:38:02 +00:00
README reflecting the removal of src/tuple.cpp 2001-12-12 22:20:42 +00:00
tuple_test_bench.cpp Merge Tuple from the trunk 2011-01-02 20:25:11 +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.