Commit a90810d3 authored by thakis's avatar thakis Committed by Commit bot

ios: Switch from -std=gnu++0x to -std=c++11.

BUG=427584

Review URL: https://codereview.chromium.org/693893004

Cr-Commit-Position: refs/heads/master@{#302644}
parent 7613b619
...@@ -5151,9 +5151,7 @@ ...@@ -5151,9 +5151,7 @@
['OS=="ios"', { ['OS=="ios"', {
'target_defaults': { 'target_defaults': {
'xcode_settings' : { 'xcode_settings' : {
# TODO(stuartmorgan): switch to c++0x (see TODOs in the clang 'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
# section above).
'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x',
'conditions': [ 'conditions': [
# Older Xcodes do not support -Wno-deprecated-register, so pass an # Older Xcodes do not support -Wno-deprecated-register, so pass an
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment