From 29b2a1539e768b993d277bb4a02ef4c238ebcb81 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 3 May 2022 09:54:27 +1000 Subject: [PATCH] cxx: move to C++2b --- nc_cxx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_cxx.cmake b/nc_cxx.cmake index 44a6750..4994058 100644 --- a/nc_cxx.cmake +++ b/nc_cxx.cmake @@ -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")