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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user