aboutsummaryrefslogtreecommitdiffstats
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2016-06-07 12:37:43 -0400
committerDave Reisner <dreisner@archlinux.org>2016-07-17 14:52:39 -0400
commit6bb1f0df2b9c7582a686f09681b91d185e2eb4f2 (patch)
tree9f3d7f3bde902070ef0c34200a1fa17deb2698f9 /.ycm_extra_conf.py
parent66bec49862142f36eda4227a0b0e586a1b04c3c3 (diff)
downloadmirror-ponymix-6bb1f0df2b9c7582a686f09681b91d185e2eb4f2.tar.gz
mirror-ponymix-6bb1f0df2b9c7582a686f09681b91d185e2eb4f2.tar.bz2
mirror-ponymix-6bb1f0df2b9c7582a686f09681b91d185e2eb4f2.zip
more c++11/c++14 features
- use std::move instead of std::swap - use assignment instead of memcpy - wrap operations in WaitOperationComplete (eh, not really c++11) - prefer unique_ptr assignment instead of reset
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r--.ycm_extra_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index 989226d..e4b568f 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -15,7 +15,7 @@ flags = [
'-DUSE_CLANG_COMPLETER',
'-D_HAVE_NOTIFY',
'-DPONYMIX_VERSION="1"',
-'-std=c++11',
+'-std=c++14',
'-x',
'c++',
'-I/usr/include/glib-2.0',