From 13a74602bd4c46149da9949d448387a40b8ebd1c Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:01:32 +1000 Subject: Upgrade to C++17 --- scripts/osx/ycm_extra_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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=". # 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 -- cgit v1.2.3