From 82ef6ec6597bc98bfbf56704a2f8f0cae8e4f1f7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 26 Sep 2002 13:09:57 +0000 Subject: [PATCH] more .IRIX workarounds [SVN r15527] --- include/boost/python/numeric.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/numeric.hpp b/include/boost/python/numeric.hpp index df92bfbf..59ccc2d8 100644 --- a/include/boost/python/numeric.hpp +++ b/include/boost/python/numeric.hpp @@ -201,7 +201,7 @@ class array : public aux::array_base # define BOOST_PP_LOCAL_MACRO(n) \ template \ 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()