diff options
-rwxr-xr-x | bin/gbuild-to-ide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index 90a732d7c614..b016bfe02a0c 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -379,7 +379,7 @@ class VimIntegrationGenerator(IdeIntegrationGenerator): command += ' -c ' command += file # Help clang when the tree is configured for gcc. - for gnu in ('-std=gnu++11', '-std=gnu++1y'): + for gnu in ('-std=gnu++11', '-std=gnu++1y', '-std=gnu++17'): command = command.replace(gnu, '-std=c++11') return command |