1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

Implemented C++1Y proposal N3620

This commit is contained in:
Chris Kay 2014-03-24 10:20:33 +00:00
parent 3fb83e0fbe
commit 634bd89d9e
6 changed files with 176 additions and 1 deletions

View file

@ -0,0 +1,3 @@
add_executable( libs_net_test_endian endian.cpp )
set_target_properties( libs_net_test_endian PROPERTIES OUTPUT_NAME "endian" )
add_test( libs_net_test_endian endian )