Skip to content

Commit 1f9d0bb

Browse files
author
Aleksey Gurtovoy
committed
MSVC 7.0 ETI workaround
[SVN r17556]
1 parent ff9f262 commit 1f9d0bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/object/make_holder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct make_holder<N>
6161
typedef typename mpl::begin<ArgList>::type iter0;
6262

6363
# define BOOST_PP_LOCAL_MACRO(n) \
64-
typedef typename iter##n::type t##n; \
64+
typedef typename mpl::apply0<iter##n>::type t##n; \
6565
typedef typename forward<t##n>::type f##n; \
6666
typedef typename mpl::next<iter##n>::type \
6767
BOOST_PP_CAT(iter,BOOST_PP_INC(n)); // Next iterator type

0 commit comments

Comments
 (0)