2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 18:32:24 +00:00

pp-lib update

[SVN r15214]
This commit is contained in:
Paul Mensonides
2002-09-08 22:03:22 +00:00
parent 526d99f832
commit 26a0df8253
9 changed files with 14 additions and 14 deletions

View File

@@ -30,7 +30,7 @@
namespace boost { namespace python { namespace objects {
# define BOOST_PYTHON_UNFORWARD_LOCAL(n, _) BOOST_PP_COMMA_IF(n) (typename unforward<A##n>::type)(a##n)
# define BOOST_PYTHON_UNFORWARD_LOCAL(z, n, _) BOOST_PP_COMMA_IF(n) (typename unforward<A##n>::type)(a##n)
template <class Pointer, class Value>
struct pointer_holder : instance_holder