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