2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

*** empty log message ***

[SVN r13515]
This commit is contained in:
Dave Abrahams
2002-04-17 04:20:32 +00:00
parent b99b006170
commit bcda7659ce

View File

@@ -24,7 +24,7 @@ template <int nargs> struct make_holder;
# define BOOST_PYTHON_FORWARD_ARG(index, ignored) \
typedef typename mpl::at<index,ArgList>::type BOOST_PP_CAT(t,index); \
typedef typename mpl::at_c<index,ArgList>::type BOOST_PP_CAT(t,index); \
typedef typename forward<BOOST_PP_CAT(t,index)>::type BOOST_PP_CAT(f,index);
# define BOOST_PYTHON_DO_FORWARD_ARG(index, ignored) \