cxx: move to C++2b

This commit is contained in:
Danny Robson 2022-05-03 09:54:27 +10:00
parent f7105fae36
commit 29b2a1539e

View File

@ -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 ("-fpermissive")
append_compile_flag ("/std:c++latest") append_compile_flag ("/std:c++latest")