duckhandy/test/unit
King_DuckZ 938c8fa9a4 Make code a bit more readable
Changed so that int_conv<string_view>() called on a
non-constexpr doesn't compiler anymore (because code
would try to go through a consteval method). It
wouldn't work anyways as the returned value would be
always garbage. If you want a string_view then you
must either give a constexpr input value or you must
call int_conv_raw and call to_string_view() yourself.
This is better than throwing a runtime exception (which
was working ok btw).

All the SafeRetVal stuff is not needed anymore.

Also no need for all that confusing sfinae, I can just
use a bool FromInt and specialise on that.
2021-05-29 16:44:06 +02:00
..
bitfield_pack_test.cpp Update copyright to 2021 2021-04-22 14:07:53 +02:00
CMakeLists.txt Import build time tiger hasd from doorkeeper 2021-05-29 00:34:39 +02:00
endianness_test.cpp Update copyright to 2021 2021-04-22 14:07:53 +02:00
int_conv_test.cpp Make code a bit more readable 2021-05-29 16:44:06 +02:00
main.cpp Update copyright to 2021 2021-04-22 14:07:53 +02:00
resource_pool_test.cpp Update copyright to 2021 2021-04-22 14:07:53 +02:00
reversed_sized_array_test.cpp Update copyright to 2021 2021-04-22 14:07:53 +02:00
tiger_test.cpp Rename HashType to TigerHash 2021-05-29 00:57:24 +02:00
version_test.cpp Move Version to bt namespace 2021-04-22 14:10:28 +02:00