Add unit test and fix for non-char types.
This commit is contained in:
parent
63cbf324ef
commit
4eb4209409
3 changed files with 65 additions and 5 deletions
|
@ -5,6 +5,7 @@ add_executable(${PROJECT_NAME}
|
|||
lexical_cast_test.cpp
|
||||
endianness_test.cpp
|
||||
int_conv_test.cpp
|
||||
reversed_sized_array_test.cpp
|
||||
)
|
||||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 17)
|
||||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue