reflecting the removal of src/tuple.cpp

[SVN r12023]
This commit is contained in:
Jaakko Järvi
2001-12-12 22:20:42 +00:00
parent 2fe366f263
commit c89357006b

View File

@ -8,7 +8,9 @@ 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:
The following is not true anymore:
g++ -I../../.. ../src/tuple.cpp io_test.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
Thanks to Hartmut Kaiser's suggestion, the tuple.cpp is not needed anymore.