Use c++1y for cxxreact

Reviewed By: mhorowitz

Differential Revision: D3852279

fbshipit-source-id: a7b80170d6b86428db47c15bbf02d68d293112fc
This commit is contained in:
Chris Hopman 2016-09-12 16:34:15 -07:00 committed by Facebook Github Bot 9
parent 111ed8d180
commit c507a05f70
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ cxx_library(
'-fno-omit-frame-pointer', '-fno-omit-frame-pointer',
'-Wall', '-Wall',
'-Werror', '-Werror',
'-std=c++11', '-std=c++1y',
'-fexceptions', '-fexceptions',
], ],
deps = [ deps = [
@ -167,6 +167,7 @@ react_library(
'-fexceptions', '-fexceptions',
'-fvisibility=hidden', '-fvisibility=hidden',
'-frtti', '-frtti',
'-std=c++1y',
] + REACT_LIBRARY_EXTRA_COMPILER_FLAGS, ] + REACT_LIBRARY_EXTRA_COMPILER_FLAGS,
deps = [ deps = [
':module', ':module',