Skip to content

Commit

Permalink
reconfigure to default c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
Debug Develop committed Apr 16, 2020
1 parent 07f0b9c commit d47015b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"compilerPath": "/usr/bin/gcc",
"intelliSenseMode": "gcc-x64",
"cStandard": "c11",
"cppStandard": "c++20"
"cppStandard": "c++11"
}
],
"version": 4
Expand Down

0 comments on commit d47015b

Please sign in to comment.