Skip to content

Commit

Permalink
Xcode: Use C++14 feature set otherwise it won't recognise the brace i…
Browse files Browse the repository at this point in the history
…nitializer list
  • Loading branch information
codereader committed Dec 24, 2019
1 parent 3dd375c commit a399aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/xcode/base.xcconfig
Expand Up @@ -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
// Use the regular C++14 standard
CLANG_CXX_LANGUAGE_STANDARD = c++14

0 comments on commit a399aa6

Please sign in to comment.