diff --git a/include/boost/python/default_call_policies.hpp b/include/boost/python/default_call_policies.hpp index f964990f..e796bee5 100644 --- a/include/boost/python/default_call_policies.hpp +++ b/include/boost/python/default_call_policies.hpp @@ -17,7 +17,7 @@ template struct to_python_value; namespace detail { // for "readable" error messages - template struct specify_a_result_policy_to_wrap_functions_returning + template struct specify_a_return_value_policy_to_wrap_functions_returning # if defined(__GNUC__) && __GNUC__ >= 3 || defined(__EDG__) {} # endif @@ -52,7 +52,7 @@ struct default_result_converter typedef typename mpl::if_c< is_illegal - , detail::specify_a_result_policy_to_wrap_functions_returning + , detail::specify_a_return_value_policy_to_wrap_functions_returning , boost::python::to_python_value< typename add_reference::type>::type >