update to c++20
This commit is contained in:
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@@ -2,7 +2,7 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "TD2",
|
||||
"cppStandard": "c++17",
|
||||
"cppStandard": "c++20",
|
||||
"includePath": [
|
||||
"include"
|
||||
],
|
||||
|
||||
@@ -5,7 +5,7 @@ add_repositories("persson-repo https://git.ale-pri.com/Persson-dev/xmake-repo.gi
|
||||
add_requires("imgui 1.92.0", {configs = {sdl3 = true, opengl3 = true}})
|
||||
add_requires("libsdl3 3.2.16", "splib 2.3.2", "zlib", "glew", "fpm", "enet6")
|
||||
|
||||
set_languages("c++17")
|
||||
set_languages("c++20")
|
||||
|
||||
set_warnings("all")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user