Thanks to visit codestin.com Credit goes to github.com
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 91db612 commit d7b1e5fCopy full SHA for d7b1e5f
1 file changed
src/numpy_cpp.h
@@ -175,14 +175,14 @@ struct type_num_of<npy_clongdouble>
175
value = NPY_CLONGDOUBLE
176
};
177
178
-#endif
179
template <>
180
struct type_num_of<std::complex<npy_longdouble> >
181
{
182
enum {
183
184
185
+#endif
186
187
struct type_num_of<PyObject *>
188
0 commit comments