diff --git a/include/boost/python/data_members.hpp b/include/boost/python/data_members.hpp index 139bde3270..5d3309cf97 100644 --- a/include/boost/python/data_members.hpp +++ b/include/boost/python/data_members.hpp @@ -305,7 +305,7 @@ inline object make_setter(D& x) return detail::make_setter(x, default_call_policies(), is_member_pointer(), 0); } -# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238) +# if !BOOST_WORKAROUND(__EDG_VERSION__, <= 238) template inline object make_setter(D const& x) {