cxx: add msvc c++ standard test

This commit is contained in:
Danny Robson 2017-01-23 14:55:07 +11:00
parent 75bf85232e
commit 576a112da8

View File

@ -3,7 +3,9 @@ include (test_restrict)
###############################################################################
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1z -fpermissive")
append_compile_flag ("-std=c++1z")
append_compile_flag ("-fpermissive")
append_compile_flag ("/std:c++latest")
###############################################################################