2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

MSVC 7.0 ETI workaround

[SVN r17556]
This commit is contained in:
Aleksey Gurtovoy
2003-02-20 13:35:16 +00:00
parent ff9f262fac
commit 1f9d0bb196

View File

@@ -61,7 +61,7 @@ struct make_holder<N>
typedef typename mpl::begin<ArgList>::type iter0;
# define BOOST_PP_LOCAL_MACRO(n) \
typedef typename iter##n::type t##n; \
typedef typename mpl::apply0<iter##n>::type t##n; \
typedef typename forward<t##n>::type f##n; \
typedef typename mpl::next<iter##n>::type \
BOOST_PP_CAT(iter,BOOST_PP_INC(n)); // Next iterator type