]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
fix compile issue with gcc 6
authorJarrett Chisholm <j.chisholm@prylynx.com>
Sun, 25 Dec 2016 05:55:33 +0000 (00:55 -0500)
committerJarrett Chisholm <j.chisholm@prylynx.com>
Sun, 25 Dec 2016 05:55:33 +0000 (00:55 -0500)
entityx/3rdparty/catch.hpp

index 108bbdb53e3b64f494666b72a3d5aafcb5529edf..e329620f8fcbddd655cab90275b736ca77f69b99 100644 (file)
@@ -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() ) {