summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 573c58e..224840b 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -7,6 +7,6 @@
(locate-dominating-file default-directory ".dir-locals.el")))
(setq-local flycheck-clangcheck-build-path
(concat project-path "build"))
- (setq-local flycheck-clang-language-standard "c++20")
+ (setq-local flycheck-clang-language-standard "c++23")
(setq-local flycheck-clang-definitions '("HAVE_CONFIG_H"))
(setq-local flycheck-clang-include-path '("../src" "../build")))))))