mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
added forgotten array_object_manager_traits::get_pytype
[SVN r40889]
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace boost::python;
|
||||
#endif
|
||||
|
||||
// See if we can invoke array() from C++
|
||||
object new_array()
|
||||
numeric::array new_array()
|
||||
{
|
||||
return numeric::array(
|
||||
make_tuple(
|
||||
|
||||
Reference in New Issue
Block a user