2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

more .IRIX workarounds

[SVN r15527]
This commit is contained in:
Dave Abrahams
2002-09-26 13:09:57 +00:00
parent 374b55be8a
commit 82ef6ec659

View File

@@ -201,7 +201,7 @@ class array : public aux::array_base
# define BOOST_PP_LOCAL_MACRO(n) \
template <BOOST_PP_ENUM_PARAMS(n, class T)> \
explicit array(BOOST_PP_ENUM_BINARY_PARAMS(n, T, const& x)) \
: array_base(BOOST_PP_ENUM(n, BOOST_PYTHON_ENUM_AS_OBJECT, x)) \
: base(BOOST_PP_ENUM(n, BOOST_PYTHON_ENUM_AS_OBJECT, x)) \
{}
# define BOOST_PP_LOCAL_LIMITS (1, 7)
# include BOOST_PP_LOCAL_ITERATE()