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:
parent
7fb56e65ff
commit
e6cef7e3ee
5 changed files with 1 additions and 464 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue