summaryrefslogtreecommitdiff
path: root/boost/python/detail/result.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/detail/result.hpp')
-rw-r--r--boost/python/detail/result.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/boost/python/detail/result.hpp b/boost/python/detail/result.hpp
index 9b8b486423..8ccc3c5029 100644
--- a/boost/python/detail/result.hpp
+++ b/boost/python/detail/result.hpp
@@ -43,9 +43,7 @@ namespace boost { namespace python { namespace detail {
template <class R, class T>
boost::type<R>* result(R (T::*), int = 0) { return 0; }
-# if (defined(BOOST_MSVC) && _MSC_FULL_VER <= 13102140) \
- || (defined(__GNUC__) && __GNUC__ < 3) \
- || (defined(__MWERKS__) && __MWERKS__ < 0x3000)
+# if (defined(__MWERKS__) && __MWERKS__ < 0x3000)
// This code actually works on all implementations, but why use it when we don't have to?
template <class T>
struct get_result_type