mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +00:00
boost python numpy extensions - updated source files to reflect previous header move
This commit is contained in:
@@ -21,7 +21,7 @@ ERROR_internal_hpp_is_for_internal_use_only
|
||||
#define PY_UFUNC_UNIQUE_SYMBOL BOOST_UFUNC_ARRAY_API
|
||||
#include <numpy/arrayobject.h>
|
||||
#include <numpy/ufuncobject.h>
|
||||
#include <boost/python/numpy.hpp>
|
||||
#include <boost/python/numpy/numpy.hpp>
|
||||
|
||||
#define NUMPY_OBJECT_MANAGER_TRAITS_IMPL(pytype,manager) \
|
||||
PyTypeObject const * object_manager_traits<manager>::get_pytype() { return &pytype; }
|
||||
|
||||
Reference in New Issue
Block a user