diff --git a/common.gypi b/common.gypi index c0427c25a02be6..505cacb938e664 100644 --- a/common.gypi +++ b/common.gypi @@ -259,7 +259,10 @@ ], 'msvs_settings': { 'VCCLCompilerTool': { - 'AdditionalOptions': ['/Zc:__cplusplus'], + 'AdditionalOptions': [ + '/Zc:__cplusplus', + '-std:c++17' + ], 'BufferSecurityCheck': 'true', 'DebugInformationFormat': 1, # /Z7 embed info in .obj files 'ExceptionHandling': 0, # /EHsc