catch2/tests
Martin Hořeňovský ec59cd8736
Support decomposing types that only compare with literal 0
This is primarily done to support new `std::*_ordering` types,
but the refactoring also supports any other type with this
property.

The compilation overhead is surprisingly low. Testing it with
clang on a Linux machine, compiling our SelfTest project takes
only 2-3% longer with these changes than it takes otherwise.

Closes #2555
2022-11-04 19:24:44 +01:00
..
ExtraTests Don't set C++ standard in CMakeLists for tests 2022-10-29 21:04:58 +02:00
SelfTest Support decomposing types that only compare with literal 0 2022-11-04 19:24:44 +01:00
TestScripts Fix references to license file 2022-10-28 11:30:15 +02:00
CMakeLists.txt Support decomposing types that only compare with literal 0 2022-11-04 19:24:44 +01:00
meson.build Add traits for checking whether types are comparable 2022-11-04 19:24:42 +01:00