From 8e3ba0bba34640a52f66617f2fae4e2d3138f070 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 7 Nov 2002 14:41:40 +0000 Subject: [PATCH] Improve error messages [SVN r16147] --- include/boost/python/default_call_policies.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 >