From 31279195f473e18ddaad4f5c7d085538a13a9da1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 4 Jan 2022 23:13:39 +0100 Subject: [PATCH] Fix building tests with MSVS 2022 in C++20 mode with /permissive- Update Catch submodule to include the fix for std::uncaught_exception() not being available with these compiler options. Closes #19355. --- 3rdparty/catch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/catch b/3rdparty/catch index 986cbde2f1..5f5e4cecd1 160000 --- a/3rdparty/catch +++ b/3rdparty/catch @@ -1 +1 @@ -Subproject commit 986cbde2f19c158173d780c69b9329f2c57f3b3f +Subproject commit 5f5e4cecd1cafc85e109471356dec29e778d2160