Working on optimisation but I'm still losing to std::to_string()

This commit is contained in:
King_DuckZ 2021-05-29 22:51:49 +02:00
commit 9dbabcb5c4
6 changed files with 52 additions and 20 deletions

View file

@ -1,9 +1,9 @@
project(dhandy_unit_test CXX)
add_executable(${PROJECT_NAME}
int_conv_test.cpp
main.cpp
endianness_test.cpp
int_conv_test.cpp
reversed_sized_array_test.cpp
bitfield_pack_test.cpp
resource_pool_test.cpp