diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2023-10-23 17:07:23 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2023-10-24 11:46:35 +0200 |
commit | 22d52cf9f14d9e40bfef06ad73c1b01299275c9d (patch) | |
tree | 235baee4f9655a64ed04cade9d3aa1e55f18a613 /.vscode | |
parent | 729513c985bea9da3616d583d3eb25fe04ce16aa (diff) |
vscode-ide-integration: bump C_Cpp.default.cppStandard to c++20
Change-Id: I58b1eb86594c03ab7b6d0426b335bb3132effb8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158360
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/vs-code-template.code-workspace.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/vs-code-template.code-workspace.in b/.vscode/vs-code-template.code-workspace.in index 28198ba70104..067f46faa9e2 100644 --- a/.vscode/vs-code-template.code-workspace.in +++ b/.vscode/vs-code-template.code-workspace.in @@ -43,7 +43,7 @@ "/usr/include/libxml2/" ], "C_Cpp.default.browse.limitSymbolsToIncludedHeaders": true, - "C_Cpp.default.cppStandard": "c++17", + "C_Cpp.default.cppStandard": "c++20", // point this to LibreOffice's version of clang-format 5.0.0, // otherwise clang-format from the plugin is used, and that // gives slightly different results |