diff --git a/extras/catch_amalgamated.cpp b/extras/catch_amalgamated.cpp index b956fde969..8c5dea335f 100644 --- a/extras/catch_amalgamated.cpp +++ b/extras/catch_amalgamated.cpp @@ -6,7 +6,7 @@ // SPDX-License-Identifier: BSL-1.0 // Catch v3.2.0 -// Generated: 2022-11-18 21:37:28.551156 +// Generated: 2022-11-20 13:04:38.164165 // ---------------------------------------------------------- // This file is an amalgamation of multiple different files. // You probably shouldn't edit it directly. diff --git a/extras/catch_amalgamated.hpp b/extras/catch_amalgamated.hpp index 4f8bbda30f..187ca3b9b2 100644 --- a/extras/catch_amalgamated.hpp +++ b/extras/catch_amalgamated.hpp @@ -6,7 +6,7 @@ // SPDX-License-Identifier: BSL-1.0 // Catch v3.2.0 -// Generated: 2022-11-18 21:37:28.542527 +// Generated: 2022-11-20 13:04:38.121489 // ---------------------------------------------------------- // This file is an amalgamation of multiple different files. // You probably shouldn't edit it directly. @@ -10947,8 +10947,8 @@ class ExceptionMessageMatchesMatcher final } }; -//! Creates a matcher that checks whether a std derived exception message -//! matches a provided matcher +//! Creates a matcher that checks whether a message from an std derived +//! exception matches a provided matcher template ExceptionMessageMatchesMatcher MessageMatches( StringMatcherType&& matcher ) {