diff --git a/include/pybind11/gil_safe_call_once.h b/include/pybind11/gil_safe_call_once.h index 20166ecf0..51e7f0c93 100644 --- a/include/pybind11/gil_safe_call_once.h +++ b/include/pybind11/gil_safe_call_once.h @@ -148,7 +148,7 @@ struct call_once_storage : call_once_storage_base { reinterpret_cast(storage)->~T(); } } - }; + } call_once_storage(const call_once_storage &) = delete; call_once_storage(call_once_storage &&) = delete; call_once_storage &operator=(const call_once_storage &) = delete;