Skip to content

Commit 82ef6ec

Browse files
committed
more .IRIX workarounds
[SVN r15527]
1 parent 374b55b commit 82ef6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/numeric.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class array : public aux::array_base
201201
# define BOOST_PP_LOCAL_MACRO(n) \
202202
template <BOOST_PP_ENUM_PARAMS(n, class T)> \
203203
explicit array(BOOST_PP_ENUM_BINARY_PARAMS(n, T, const& x)) \
204-
: array_base(BOOST_PP_ENUM(n, BOOST_PYTHON_ENUM_AS_OBJECT, x)) \
204+
: base(BOOST_PP_ENUM(n, BOOST_PYTHON_ENUM_AS_OBJECT, x)) \
205205
{}
206206
# define BOOST_PP_LOCAL_LIMITS (1, 7)
207207
# include BOOST_PP_LOCAL_ITERATE()

0 commit comments

Comments
 (0)