2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-27 19:02:15 +00:00
[SVN r12906]
This commit is contained in:
Jaakko Järvi
2002-02-22 21:13:29 +00:00
parent f54bbdc1a7
commit b335b7cf30

View File

@@ -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