Index: .ycm_extra_conf.py |
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py |
index e065a0896bdb8259a2f15132f355704c85ca4d91..a451d9f31c34b0bfbb705fb069e0c4298128d7f9 100644 |
--- a/.ycm_extra_conf.py |
+++ b/.ycm_extra_conf.py |
@@ -42,7 +42,7 @@ import sys |
# Flags from YCM's default config. |
flags = [ |
'-DUSE_CLANG_COMPLETER', |
-'-std=gnu++0x', |
+'-std=gnu++11', |
'-x', |
'c++', |
] |