Catch/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
..
external Addressed some static analysis warnings 2017-07-19 09:50:08 +02:00
internal Fix compilation with MSVS 2022 in C++20 with /permissive- 2022-01-04 23:12:11 +01:00
reporters Add missing <cassert> includes 2018-04-22 20:36:41 +02:00
catch_session.hpp Explicitly ignore return value of getchar 2017-08-22 22:06:37 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00
catch.hpp Cosmetic fixes (whitespace and spelling) 2017-05-27 14:42:54 +02:00