From c2e115b6a520c5bc3579206d133d0591588ef482 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 17 Jul 2002 14:05:31 +0000 Subject: [PATCH] Add missing typename [SVN r14493] --- include/boost/python/converter/arg_from_python.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/python/converter/arg_from_python.hpp b/include/boost/python/converter/arg_from_python.hpp index 289b4945..585a30eb 100755 --- a/include/boost/python/converter/arg_from_python.hpp +++ b/include/boost/python/converter/arg_from_python.hpp @@ -168,10 +168,10 @@ struct select_arg_from_python typedef typename mpl::select_type< obj_mgr , object_manager_value_arg_from_python - , mpl::select_type< + , typename mpl::select_type< obj_mgr_ref , object_manager_ref_arg_from_python - , mpl::select_type< + , typename mpl::select_type< ptr , pointer_arg_from_python , typename mpl::select_type<