2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Use PP lib

[SVN r13463]
This commit is contained in:
Dave Abrahams
2002-04-12 18:29:14 +00:00
parent d23daf225d
commit 962a08700e
10 changed files with 387 additions and 100 deletions

View File

@@ -74,7 +74,7 @@ struct pointer_holder_back_reference : instance_holder
BOOST_PP_COMMA_IF(nargs) \
BOOST_PYTHON_ENUM_PARAMS2(nargs, (A,a))) \
: m_p(new held_type( \
p, \
p BOOST_PP_COMMA_IF(nargs) \
BOOST_PP_ENUM(nargs, BOOST_PYTHON_UNFORWARD, nil) \
)) \
{ \