Closed MrWarlockX closed 5 years ago
Fix of error introduced when compiled with newer compilers (-Werror=terminate). Problem is that when you have noexcept function, you cannot discard the throw statement. This is fixed by introducing new facility to discard code if needed.
-Werror=terminate
throw
Fix of error introduced when compiled with newer compilers (
-Werror=terminate
). Problem is that when you have noexcept function, you cannot discard thethrow
statement. This is fixed by introducing new facility to discard code if needed.