[PATCH] D54804: [libcxx] Remove bad_array_length
Duncan P. N. Exon Smith via Phabricator
reviews at reviews.llvm.org
Mon Nov 26 17:42:03 PST 2018
dexonsmith added inline comments.
================
Comment at: libcxx/lib/abi/CHANGELOG.TXT:23
+ it into the standard) from the headers and the dylib. This is technically an
+ ABI break because the symbols are shipped starting with mac OSX 10.13, however
+ users couldn't be relying on the functionality because it is marked as being
----------------
If the symbols really didn't ship until that late, then we may be okay.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54804/new/
https://reviews.llvm.org/D54804
More information about the libcxx-commits
mailing list