2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-26 18:42:16 +00:00

added a config parameter for not handling the ::template correctly

[SVN r13733]
This commit is contained in:
Jaakko Järvi
2002-05-07 22:22:01 +00:00
parent 34133ee940
commit bc350d53bf

View File

@@ -27,8 +27,11 @@
#define BOOST_NO_TEMPLATED_STREAMS
#define BOOST_LAMBDA_INCORRECT_BIND_OVERLOADING
#endif
# if (__GNUC__ == 2 && __GNUC_MINOR__ <= 95)
#define BOOST_LAMBDA_FAILS_IN_TEMPLATE_KEYWORD_AFTER_SCOPE_OPER
#endif
#endif // __GNUC__
#if defined __KCC