From b335b7cf309f4901b97d254286f7a8c8da78ad60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Fri, 22 Feb 2002 21:13:29 +0000 Subject: [PATCH] f [SVN r12906] --- test/README_gcc2.9x_users | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/test/README_gcc2.9x_users b/test/README_gcc2.9x_users index cff889f..5ecec2e 100644 --- a/test/README_gcc2.9x_users +++ b/test/README_gcc2.9x_users @@ -1,14 +1,6 @@ -gcc with version numbers < 3 -cannot compile these files: +gcc 2.96 +cannot compile exception_test.cpp (internal compiler error) -bind_tests_simple_function_references.cpp -(the compiler cannot handle function references in bind expressions. -Eg: - -int foo(); -... -bind(foo) // won't work -bind(&foo) // works