From c89357006be184b0e0558b9068a5172181001538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Wed, 12 Dec 2001 22:20:42 +0000 Subject: [PATCH] reflecting the removal of src/tuple.cpp [SVN r12023] --- test/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/README b/test/README index 7a5c441..6047c49 100644 --- a/test/README +++ b/test/README @@ -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.