From 361455678a781b9629c1730ef1b2e490d1c2d93d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 20 Feb 2002 05:15:14 +0000 Subject: [PATCH] updated concept names [SVN r12864] --- include/boost/python/return_value_policy.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/python/return_value_policy.hpp b/include/boost/python/return_value_policy.hpp index 0beec47b..6a2036d7 100644 --- a/include/boost/python/return_value_policy.hpp +++ b/include/boost/python/return_value_policy.hpp @@ -9,10 +9,10 @@ namespace boost { namespace python { -template +template struct return_value_policy : Base { - typedef Handler result_converter; + typedef ResultConverterGenerator result_converter; }; }} // namespace boost::python