From a5b75c576f30276fd645d9120b79c869a8c62e6d Mon Sep 17 00:00:00 2001 From: Jean-Philip Desjardins Date: Wed, 12 Jul 2017 22:23:38 -0400 Subject: [PATCH] Use C++14 in PsfPlayer iOS. --- tools/PsfPlayer/build_ios/GeneralSettings.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PsfPlayer/build_ios/GeneralSettings.xcconfig b/tools/PsfPlayer/build_ios/GeneralSettings.xcconfig index 48689a1a..710a8bee 100644 --- a/tools/PsfPlayer/build_ios/GeneralSettings.xcconfig +++ b/tools/PsfPlayer/build_ios/GeneralSettings.xcconfig @@ -1,7 +1,7 @@ SDKROOT = iphoneos IPHONEOS_DEPLOYMENT_TARGET = 7.0 -CLANG_CXX_LANGUAGE_STANDARD = c++0x +CLANG_CXX_LANGUAGE_STANDARD = c++14 CLANG_CXX_LIBRARY = libc++ VALID_ARCHS = armv7 arm64