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

NumPy (Numeric and numarray) support

[SVN r15521]
This commit is contained in:
Dave Abrahams
2002-09-26 00:16:16 +00:00
parent 31a8be0434
commit 17879958ca
12 changed files with 839 additions and 12 deletions

View File

@@ -94,7 +94,7 @@ class list : public object
}
public: // implementation detail -- for internal use only
BOOST_PYTHON_FORWARD_OBJECT_CONSTRUCTORS(list)
BOOST_PYTHON_FORWARD_OBJECT_CONSTRUCTORS(list, object)
private:
static BOOST_PYTHON_DECL detail::new_non_null_reference call(object const&);