Skip to content

Use std::uncaught_exceptions()

M. Eric Irrgang requested to merge fixDeprecation into master

Replace deprecated use of std::uncaught_exception() with std::uncaught_exceptions().

Merge request reports