From: Samir Benmendil Date: Thu, 15 Sep 2016 14:29:41 +0000 (+0100) Subject: vim: use c++14 by default X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2367a55b6690c733cd804adc54b2464637671ecd vim: use c++14 by default --- diff --git a/vim/ycm_extra_conf.py b/vim/ycm_extra_conf.py index ac15c22..7a6ca96 100644 --- a/vim/ycm_extra_conf.py +++ b/vim/ycm_extra_conf.py @@ -18,7 +18,7 @@ def FlagsForFile( filename, **kwargs ): # '-Wno-variadic-macros', # '-fexceptions', # '-DNDEBUG', - '-std=c++11', + '-std=c++14', '-stdlib=libstdc++', '-x', 'c++', '-I', '.',