catch2/tests
Martin Hořeňovský 71b11c4e33
Fix assertion for const instance of std::ordering
The issue was that `capture_by_value` was meant to be specialized
by plain type, e.g. `capture_by_value<std::weak_ordering>`, but
the TMP in Decomposer did not properly throw away `const` (and
`volatile`) qualifiers, before taking the value of `capture_by_value`.
2024-04-08 11:33:43 +02:00
..
ExtraTests Specify minimum C++ version for amalgamated test build 2024-03-13 21:12:59 +01:00
SelfTest Fix assertion for const instance of std::ordering 2024-04-08 11:33:43 +02:00
TestScripts Allow CATCH_CONFIG_DEFAULT_REPORTER to be arbitrary reporter spec 2024-03-27 10:03:51 +01:00
CMakeLists.txt Stop repeating conditional in endif() 2024-03-12 22:55:12 +01:00
meson.build Add helpers for implementing uniform integer distribution 2023-12-10 19:53:36 +01:00