summaryrefslogtreecommitdiff
path: root/boost/concept/assert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/concept/assert.hpp')
-rw-r--r--boost/concept/assert.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/concept/assert.hpp b/boost/concept/assert.hpp
index 80eca817ac..cf98179522 100644
--- a/boost/concept/assert.hpp
+++ b/boost/concept/assert.hpp
@@ -18,8 +18,7 @@
# if !defined(BOOST_NO_OLD_CONCEPT_SUPPORT) \
&& !defined(BOOST_NO_SFINAE) \
\
- && !(BOOST_WORKAROUND(__GNUC__, == 3) && BOOST_WORKAROUND(__GNUC_MINOR__, < 4)) \
- && !(BOOST_WORKAROUND(__GNUC__, == 2))
+ && !(BOOST_WORKAROUND(__GNUC__, == 3) && BOOST_WORKAROUND(__GNUC_MINOR__, < 4))
// Note: gcc-2.96 through 3.3.x have some SFINAE, but no ability to
// check for the presence of particularmember functions.