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:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user