diff --git a/include/pybind11/numpy.h b/include/pybind11/numpy.h index b35426460..1dc2d04b9 100644 --- a/include/pybind11/numpy.h +++ b/include/pybind11/numpy.h @@ -174,7 +174,7 @@ public: m_ptr = from_args(pybind11::str(format)).release().ptr(); } - explicit dtype(const char *format) : dtype(std::string(format)) { } + dtype(const char *format) : dtype(std::string(format)) { } dtype(list names, list formats, list offsets, size_t itemsize) { dict args;