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