File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ class ufunc : public object {
202
202
// Determine if we need to make a new ufunc.
203
203
bool is_core = true ;
204
204
for (int i = 0 ; i < N; ++i) {
205
+ size_t is = static_cast <size_t >(i);
205
206
if (dtype_args[i] >= detail::npy_api::constants::NPY_USERDEF_)
206
207
is_core = false ;
207
208
}
Original file line number Diff line number Diff line change 17
17
'include/pybind11/detail/common.h' ,
18
18
'include/pybind11/detail/descr.h' ,
19
19
'include/pybind11/detail/init.h' ,
20
+ 'include/pybind11/detail/inference.h' ,
20
21
'include/pybind11/detail/internals.h' ,
21
22
'include/pybind11/detail/typeid.h' ,
22
23
'include/pybind11/attr.h' ,
31
32
'include/pybind11/functional.h' ,
32
33
'include/pybind11/iostream.h' ,
33
34
'include/pybind11/numpy.h' ,
35
+ 'include/pybind11/numpy_dtypes_user.h' ,
36
+ 'include/pybind11/numpy_ufunc.h' ,
34
37
'include/pybind11/operators.h' ,
35
38
'include/pybind11/options.h' ,
36
39
'include/pybind11/pybind11.h' ,
You can’t perform that action at this time.
0 commit comments