We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9f262 commit 1f9d0bbCopy full SHA for 1f9d0bb
1 file changed
include/boost/python/object/make_holder.hpp
@@ -61,7 +61,7 @@ struct make_holder<N>
61
typedef typename mpl::begin<ArgList>::type iter0;
62
63
# define BOOST_PP_LOCAL_MACRO(n) \
64
- typedef typename iter##n::type t##n; \
+ typedef typename mpl::apply0<iter##n>::type t##n; \
65
typedef typename forward<t##n>::type f##n; \
66
typedef typename mpl::next<iter##n>::type \
67
BOOST_PP_CAT(iter,BOOST_PP_INC(n)); // Next iterator type
0 commit comments