Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/scripts/osx/ycm_extra_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/osx/ycm_extra_conf.py')
-rw-r--r--scripts/osx/ycm_extra_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osx/ycm_extra_conf.py b/scripts/osx/ycm_extra_conf.py
index b9b969d..5098960 100644
--- a/scripts/osx/ycm_extra_conf.py
+++ b/scripts/osx/ycm_extra_conf.py
@@ -46,7 +46,7 @@ flags = [
# a "-std=<something>".
# For a C project, you would set this to something like 'c99' instead of
# 'c++11'.
-'-std=c++14',
+'-std=c++17',
'-stdlib=libc++',
# ...and the same thing goes for the magic -x option which specifies the
# language that the files to be compiled are written in. This is mostly