Get rid of lexical_cast.

This stuff is quite old and I don't think I ever
felt confident enough to use it in real code.
This commit is contained in:
King_DuckZ 2020-08-13 20:46:58 +01:00
commit e6cef7e3ee
5 changed files with 1 additions and 464 deletions

View file

@ -2,7 +2,6 @@ project(dhandy_unit_test CXX)
add_executable(${PROJECT_NAME}
main.cpp
lexical_cast_test.cpp
endianness_test.cpp
int_conv_test.cpp
reversed_sized_array_test.cpp