Skip to content

Commit

Permalink
Update VSCode CPP Standard (apache#7723)
Browse files Browse the repository at this point in the history
Co-authored-by: yingdongyuan <[email protected]>
  • Loading branch information
vyyd and yingdongyuan authored Apr 21, 2021
1 parent 1c7cd26 commit 9a304da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
},
"cStandard": "c11",
"cppStandard": "c++17"
},
{
"name": "Win32",
Expand Down

0 comments on commit 9a304da

Please sign in to comment.