From 8715288ef82193391f7d5a6b0fc24f61af09b22b Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 19 Nov 2018 10:55:28 +0000 Subject: [PATCH] Force c++14 syntax checking in vim --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index bdb8feb..f314c73 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -69,7 +69,7 @@ let g:syntastic_aggregate_errors = 1 " Syntastic C++11 let g:syntastic_cpp_compiler = 'g++' -let g:syntastic_cpp_compiler_options = '-std=c++11' +let g:syntastic_cpp_compiler_options = '-std=c++14' set laststatus=2 " Set this to 1 if powerline fonts are installed. -- 2.45.2