Browse Source

Using C++17.

Бранимир Караџић 2 years ago
parent
commit
b31e68f960
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

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