Catch/single_include
PB 5f5e4cecd1 Fix compilation with MSVS 2022 in C++20 with /permissive-
std::uncaught_exception() is not available when using /permissive-, so
use std::uncaught_exceptions() instead.

This should also avoid deprecation warnings about using the older
function with the other compilers.

See https://trac.wxwidgets.org/ticket/19355
2022-01-04 23:12:11 +01:00
..
catch.hpp Fix compilation with MSVS 2022 in C++20 with /permissive- 2022-01-04 23:12:11 +01:00