Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 1dc66a3537eaf110b14f3a54d9c472047ff4d534..76e86279fc4702c29036a8822fcb8bcdab5d5949 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -701,7 +701,7 @@ |
'-Wnon-virtual-dtor', |
'-fno-exceptions', |
'-fno-rtti', |
- '-std=gnu++0x', |
+ '-std=gnu++11', |
], |
'ldflags': [ '-pthread', ], |
'conditions': [ |
@@ -751,7 +751,7 @@ |
'-Wnon-virtual-dtor', |
'-fno-exceptions', |
'-fno-rtti', |
- '-std=gnu++0x', |
+ '-std=gnu++11', |
], |
'conditions': [ |
[ 'visibility=="hidden"', { |
@@ -981,7 +981,7 @@ |
['clang==1', { |
'xcode_settings': { |
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', |
- 'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x', # -std=gnu++0x |
+ 'CLANG_CXX_LANGUAGE_STANDARD': 'c++11', # -std=c++11 |
}, |
'conditions': [ |
['v8_target_arch=="x64" or v8_target_arch=="arm64" \ |