svn commit: r261801 - head/contrib/libc++/include

David Chisnall theraven at FreeBSD.org
Wed Feb 12 18:48:15 UTC 2014


On 12 Feb 2014, at 18:42, Jung-uk Kim <jkim at FreeBSD.org> wrote:

> It seems Apple removed it later.
> 
> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20131125/094181.html
> 
> Do you know what they did?

They decided to break ABI compatibility with the version of XCode that ships with the bug.  This is probably not an option for us, although we might consider it for FreeBSD 11 with a library version bump (it would still be a lot of pain, as you wouldn't be able to mix C++ libraries), but probably not unless we see bug reports related to our slight standards non-compliance (std::pair having an explicit constructor) causing real problems.

David



More information about the svn-src-all mailing list