Browse Source

Switching to C++20.

Бранимир Караџић 9 months ago
parent
commit
71a75aa2fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

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