Add endianness conversion template functions.
This commit is contained in:
parent
7bcdb10d19
commit
c92f132007
3 changed files with 300 additions and 0 deletions
|
@ -3,6 +3,7 @@ project(dhandy_unit_test CXX)
|
|||
add_executable(${PROJECT_NAME}
|
||||
main.cpp
|
||||
lexical_cast_test.cpp
|
||||
endianness_test.cpp
|
||||
)
|
||||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 11)
|
||||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue