We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7072707 commit 0c10429Copy full SHA for 0c10429
include/pybind11/numpy.h
@@ -29,6 +29,10 @@
29
#include <utility>
30
#include <vector>
31
32
+#if defined(PYBIND11_NUMPY_1_ONLY)
33
+# error "PYBIND11_NUMPY_1_ONLY is no longer supported (see PR #5595)."
34
+#endif
35
+
36
/* This will be true on all flat address space platforms and allows us to reduce the
37
whole npy_intp / ssize_t / Py_intptr_t business down to just ssize_t for all size
38
and dimension types (e.g. shape, strides, indexing), instead of inflicting this
0 commit comments