Set C++ language standard to 17

This commit is contained in:
Riyyi
2020-12-27 14:49:38 +01:00
parent d0e0a1352e
commit 8a54019f86
+4 -1
View File
@@ -503,7 +503,10 @@ On the fly syntax checking.
php-mode
shell-mode
shell-script-mode)
. flycheck-mode))
. flycheck-mode)
:config
(setq flycheck-clang-language-standard "c++17")
(setq flycheck-gcc-language-standard "c++17"))
;; For .el files which are intended to be packages
(use-package flycheck-package