2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

+ Added Ralf's test code

+ Fixed defaults_gen MACRO generation
+ Fixed signature for const member functions


[SVN r15047]
This commit is contained in:
Joel de Guzman
2002-08-22 05:23:45 +00:00
parent e4f54bd53a
commit cfb1aebf66
3 changed files with 44 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ struct func_stubs_base {};
\
BOOST_PP_FIX_REPEAT_2ND \
( \
BOOST_PP_INC(N_DFLTS), \
N_ARGS, \
BPL_IMPL_TYPEDEF_GEN, \
1 \
) \
@@ -140,7 +140,7 @@ struct func_stubs_base {};
\
BOOST_PP_FIX_REPEAT_2ND \
( \
BOOST_PP_INC(N_DFLTS), \
N_ARGS, \
BPL_IMPL_TYPEDEF_GEN, \
2 \
) \

View File

@@ -242,7 +242,7 @@ template
>
inline boost::mpl::type_list
<
RT, ClassT BOOST_PP_COMMA_IF(BOOST_PP_ITERATION())
RT, ClassT const BOOST_PP_COMMA_IF(BOOST_PP_ITERATION())
BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), T)
>
get_signature