]> git.rmz.io Git - dotfiles.git/commitdiff
vim: use c++14 by default
authorSamir Benmendil <me@rmz.io>
Thu, 15 Sep 2016 14:29:41 +0000 (15:29 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 15 Sep 2016 14:29:41 +0000 (15:29 +0100)
vim/ycm_extra_conf.py

index ac15c2297f5316fdf57ff37e29ffae07cfc694d2..7a6ca96b4a4e328ee75a082ee15b0c84c17fd007 100644 (file)
@@ -18,7 +18,7 @@ def FlagsForFile( filename, **kwargs ):
   # '-Wno-variadic-macros',
   # '-fexceptions',
   # '-DNDEBUG',
-  '-std=c++11',
+  '-std=c++14',
   '-stdlib=libstdc++',
   '-x', 'c++',
   '-I', '.',