summaryrefslogtreecommitdiff
path: root/boost/python/default_call_policies.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/default_call_policies.hpp')
-rw-r--r--boost/python/default_call_policies.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/python/default_call_policies.hpp b/boost/python/default_call_policies.hpp
index 3d32d2eb49..fcc242a924 100644
--- a/boost/python/default_call_policies.hpp
+++ b/boost/python/default_call_policies.hpp
@@ -23,7 +23,7 @@ namespace detail
{
// for "readable" error messages
template <class T> struct specify_a_return_value_policy_to_wrap_functions_returning
-# if defined(__GNUC__) && __GNUC__ >= 3 || defined(__EDG__)
+# if defined(__GNUC__) || defined(__EDG__)
{}
# endif
;