Use libc++ by default on iOS
libc++ is the recommended C++ library for iOS development so use it by default when targeting iOS. clang ToT ships with all the required header and libraries to support compiling with -stdlib=libc++ so remove the exception. BUG=366744 Review URL: https://codereview.chromium.org/589513003 Cr-Commit-Position: refs/heads/master@{#295715}
Showing
Please register or sign in to comment