summaryrefslogtreecommitdiff
path: root/emacs-willow
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2018-06-08 13:09:15 +0200
committerJoel Klinghed <the_jk@opera.com>2018-06-08 13:09:15 +0200
commit8e2736f7a6f409ae96ab4266a8f581abc0d53f20 (patch)
treebcfaed39ab2aec3b74ea02ecea8b69b7606cfd7e /emacs-willow
parent6b7f7331b22eb7150662eb0616837f3feb4acc68 (diff)
Move to c++14 instead of c++11
Diffstat (limited to 'emacs-willow')
-rw-r--r--emacs-willow2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-willow b/emacs-willow
index 76dc2de..bd0a6ae 100644
--- a/emacs-willow
+++ b/emacs-willow
@@ -277,7 +277,7 @@
(add-hook 'c++-mode-hook
(lambda()
- (setq flycheck-clang-language-standard "c++11"
+ (setq flycheck-clang-language-standard "c++14"
flycheck-clang-definitions '("HAVE_CONFIG_H")
flycheck-clang-include-path
'("../src" "../build"))