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<