diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 20:01:32 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 20:01:32 +1000 |
commit | 13a74602bd4c46149da9949d448387a40b8ebd1c (patch) | |
tree | 74c5d7c4f3732155e65e8df454017c5b7d2ca35d /scripts/osx | |
parent | df661be1a3623d0a655758095fb08cb953448336 (diff) |
Upgrade to C++17
Diffstat (limited to 'scripts/osx')
-rw-r--r-- | scripts/osx/ycm_extra_conf.py | 2 |
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 |