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 b145e45 commit f366cabCopy full SHA for f366cab
include/eigenpy/numpy.hpp
@@ -13,7 +13,7 @@
13
14
// For compatibility with Numpy 2.x. See:
15
// https://numpy.org/devdocs/reference/c-api/array.html#c.NPY_API_SYMBOL_ATTRIBUTE
16
-#define NPY_API_SYMBOL_ATTRIBUTE
+#define NPY_API_SYMBOL_ATTRIBUTE EIGENPY_DLLAPI
17
18
// Numpy headers drags Python with them. As a result, it
19
// is necessary to include the desired Python library before
0 commit comments