diff --git a/tools/xcode/base.xcconfig b/tools/xcode/base.xcconfig index 98b9964ff2..134edfcff4 100644 --- a/tools/xcode/base.xcconfig +++ b/tools/xcode/base.xcconfig @@ -26,5 +26,5 @@ FRAMEWORK_SEARCH_PATHS = "/System/Library/Frameworks" // Some headers are named the same, we don't want Xcode to decide which one will be included USE_HEADERMAP = NO -// Use the regular C++11 standard -CLANG_CXX_LANGUAGE_STANDARD = c++0x \ No newline at end of file +// Use the regular C++14 standard +CLANG_CXX_LANGUAGE_STANDARD = c++14 \ No newline at end of file