We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228e703 commit 9dfa30bCopy full SHA for 9dfa30b
common.gypi
@@ -259,7 +259,10 @@
259
],
260
'msvs_settings': {
261
'VCCLCompilerTool': {
262
- 'AdditionalOptions': ['/Zc:__cplusplus'],
+ 'AdditionalOptions': [
263
+ '/Zc:__cplusplus',
264
+ '-std:c++17'
265
+ ],
266
'BufferSecurityCheck': 'true',
267
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
268
'ExceptionHandling': 0, # /EHsc
0 commit comments