mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-27 19:02:15 +00:00
f
[SVN r12906]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user