diff options
-rw-r--r-- | entityx/3rdparty/catch.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entityx/3rdparty/catch.hpp b/entityx/3rdparty/catch.hpp index 108bbdb..e329620 100644 --- a/entityx/3rdparty/catch.hpp +++ b/entityx/3rdparty/catch.hpp @@ -3504,7 +3504,7 @@ namespace Clara { } // !TBD: Need to include workarounds to be able to declare this // destructor as able to throw exceptions - ~ArgBinder() /* noexcept(false) */ { + ~ArgBinder() noexcept(false) { if( m_cl && !std::uncaught_exception() ) { m_arg.validate(); if( m_arg.isFixedPositional() ) { |