2
0
mirror of https://github.com/boostorg/tuple.git synced 2026-01-26 07:02:15 +00:00
Files
tuple/test/README
Jaakko Järvi c80a1d86d8 Adding the tuple library files
[SVN r10829]
2001-08-10 11:48:57 +00:00

15 lines
316 B
Plaintext

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