.vscode/vs-code-template.code-workspace.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 22d52cf9f14d9e40bfef06ad73c1b01299275c9d Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Mon Oct 23 17:07:23 2023 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Tue Oct 24 11:46:35 2023 +0200 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+libreoff...@googlemail.com> 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