catch2/tests/SelfTest
Martin Hořeňovský f181de9df4
Use SizedUnsignedType_t to pick UnsignedType for uniform_integer_distribution
The previously used `make_unsigned` approach combined with the overload
set of `extendedMult` caused compilation issues on MacOS platform. By
forcing the selection to be one of `std::uintX_t` types we don't need
to complicate the overload set further.
2024-04-03 13:27:10 +02:00
..
Baselines less copies and allocations in replaceInPlace 2024-03-01 21:24:45 +01:00
IntrospectiveTests Use SizedUnsignedType_t to pick UnsignedType for uniform_integer_distribution 2024-04-03 13:27:10 +02:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Fix references to license file 2022-10-28 11:30:15 +02:00
UsageTests Ignore C++98 related compiler warnings 2024-03-12 22:56:37 +01:00
helpers Support literal-zero detectors using consteval int constructors 2024-02-12 00:52:53 +01:00
TestRegistrations.cpp Ignore C++98 related compiler warnings 2024-03-12 22:56:37 +01:00