Files
tuple/test
Douglas Gregor b9cb417106 MSVC version of get<N> can now handle const tuples properly
Testcase for const tuples added


[SVN r10986]
2001-09-01 01:52:14 +00:00
..
2001-08-10 11:48:57 +00:00
2001-08-10 11:48:57 +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

If you want to use tuple_io, you need to compile and link src/tuple.cpp:

g++ -I../../.. ../src/tuple.cpp io_test.cpp