catch2/tests
Martin Hořeňovský 6ebc013b8c
Fix UDL definitions for C++23
Technically, the declaration should not have a space between
the quotes and the underscore, because `_foo` is a reserved
identifier, but `""_foo` is not. In general it works, but newer
Clang versions warn about this, because WG21 wants to deprecate
and later remove this form completely.
2023-10-28 21:35:03 +02:00
..
ExtraTests Clean up explanation in tests 2023-07-12 11:49:43 +02:00
SelfTest Fix UDL definitions for C++23 2023-10-28 21:35:03 +02:00
TestScripts 2 more TEST_CASEs to DiscoverTests/register-tests.cpp 2023-07-04 00:06:24 +02:00
CMakeLists.txt Assert Info reset need to also reset result disposition to normal to handle uncaught exception correctly (#2723) 2023-08-07 22:07:31 +02:00
meson.build Add Catch::Detail::is_permutation that supports sentinels 2023-02-06 15:29:01 +01:00