cxx: move to C++2b
This commit is contained in:
parent
f7105fae36
commit
29b2a1539e
@ -25,7 +25,7 @@ append_compile_flag ("-fdiagnostics-color=auto")
|
||||
|
||||
|
||||
###############################################################################
|
||||
append_compile_flag ("-std=c++2a")
|
||||
append_compile_flag ("-std=c++2b")
|
||||
append_compile_flag ("-fpermissive")
|
||||
append_compile_flag ("/std:c++latest")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user