summaryrefslogtreecommitdiff
path: root/boost/python/copy_non_const_reference.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/copy_non_const_reference.hpp')
-rw-r--r--boost/python/copy_non_const_reference.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/python/copy_non_const_reference.hpp b/boost/python/copy_non_const_reference.hpp
index 78b70f5d3b..15fef62d67 100644
--- a/boost/python/copy_non_const_reference.hpp
+++ b/boost/python/copy_non_const_reference.hpp
@@ -16,7 +16,7 @@ namespace detail
{
template <class R>
struct copy_non_const_reference_expects_a_non_const_reference_return_type
-# if defined(__GNUC__) && __GNUC__ >= 3 || defined(__EDG__)
+# if defined(__GNUC__) || defined(__EDG__)
{}
# endif
;