diff --git a/include/boost/python/object/make_holder.hpp b/include/boost/python/object/make_holder.hpp index 1d55512c..5f62bc65 100644 --- a/include/boost/python/object/make_holder.hpp +++ b/include/boost/python/object/make_holder.hpp @@ -24,7 +24,7 @@ template struct make_holder; # define BOOST_PYTHON_FORWARD_ARG(index, ignored) \ - typedef typename mpl::at::type BOOST_PP_CAT(t,index); \ + typedef typename mpl::at_c::type BOOST_PP_CAT(t,index); \ typedef typename forward::type BOOST_PP_CAT(f,index); # define BOOST_PYTHON_DO_FORWARD_ARG(index, ignored) \