Explorar el Código

Switching to C++20.

Бранимир Караџић hace 9 meses
padre
commit
71a75aa2fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

@@ -219,7 +219,7 @@ function toolchain(_buildDir, _libDir)
 	end
 
 	flags {
-		"Cpp17",
+		"Cpp20",
 		"ExtraWarnings",
 		"FloatFast",
 	}