summaryrefslogtreecommitdiff
path: root/boost/lambda/detail/lambda_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/lambda/detail/lambda_config.hpp')
-rw-r--r--boost/lambda/detail/lambda_config.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/boost/lambda/detail/lambda_config.hpp b/boost/lambda/detail/lambda_config.hpp
index 9fd1a7b761..f47100b969 100644
--- a/boost/lambda/detail/lambda_config.hpp
+++ b/boost/lambda/detail/lambda_config.hpp
@@ -22,13 +22,6 @@
# define BOOST_REF_TO_FUNC_CONFLICTS_WITH_REF_TO_T
# define BOOST_LAMBDA_INCORRECT_BIND_OVERLOADING
# endif
-# if (__GNUC__ == 2 && __GNUC_MINOR__ <= 97)
-# 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__