diff --git a/include/pybind11/numpy.h b/include/pybind11/numpy.h index e14a58ed..f9408526 100644 --- a/include/pybind11/numpy.h +++ b/include/pybind11/numpy.h @@ -482,7 +482,7 @@ struct vectorize_helper { return cast(f(*((Args *) buffers[Index].ptr)...)); array result(buffer_info(nullptr, sizeof(Return), - format_descriptor::format(), + format_descriptor::format(), ndim, shape, strides)); buffer_info buf = result.request();