diff options
Diffstat (limited to '')
-rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index b7a0988..a308c92 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -9,8 +9,8 @@ ], "defines": [], "cStandard": "c11", - "cppStandard": "c++17" + "cppStandard": "c++20" } ], "version": 4 -} +}
\ No newline at end of file |