diff --git a/src/entt/signal/sigh.hpp b/src/entt/signal/sigh.hpp index 14495a22f..840a0c3b4 100644 --- a/src/entt/signal/sigh.hpp +++ b/src/entt/signal/sigh.hpp @@ -67,7 +67,7 @@ public: using sink_type = sink>; /*! @brief Default constructor. */ - sigh() noexcept(std::is_nothrow_constructible_v) + sigh() noexcept(std::is_nothrow_default_constructible_v &&std::is_nothrow_constructible_v) : sigh{allocator_type{}} {} /**