From dc07af6ad15ad7469edb91f1ea756e9eee2fbaa6 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 9 May 2022 12:16:57 +0200 Subject: [PATCH] sigh: updated noexcept token --- src/entt/signal/sigh.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}} {} /**