summaryrefslogtreecommitdiff
path: root/boost/python/return_internal_reference.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/return_internal_reference.hpp')
-rw-r--r--boost/python/return_internal_reference.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/python/return_internal_reference.hpp b/boost/python/return_internal_reference.hpp
index acb89e6dc8..cc60f4422a 100644
--- a/boost/python/return_internal_reference.hpp
+++ b/boost/python/return_internal_reference.hpp
@@ -18,7 +18,7 @@ namespace detail
{
template <std::size_t>
struct return_internal_reference_owner_arg_must_be_greater_than_zero
-# if defined(__GNUC__) && __GNUC__ >= 3 || defined(__EDG__)
+# if defined(__GNUC__) || defined(__EDG__)
{}
# endif
;