svn commit: r261283 - in head: contrib/libc++ contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src etc/mtree lib/libc++ sys/sys tools/build/mk

Alexander Kabaev kabaev at gmail.com
Mon Feb 3 18:40:25 UTC 2014


On Mon, 3 Feb 2014 13:32:36 +0100
Stefan Farfeleder <stefanf at FreeBSD.org> wrote:

> On Thu, Jan 30, 2014 at 07:44:23AM +0000, Dimitry Andric wrote:
> > Author: dim
> > Date: Thu Jan 30 07:44:22 2014
> > New Revision: 261283
> > URL: http://svnweb.freebsd.org/changeset/base/261283
> > 
> > Log:
> >   Import libc++ 3.4 release.  This contains a lot of bugfixes, and
> > some preliminary support for C++1y.
> >   
> >   MFC after:	3 weeks
> 
> Hi Dimitry,
> 
> Is this expected to change the ABI? I had to recompile the boost
> libraries to stop my applications from crashing.
> 
> Stefan

More than likely. It does appear libc++ does not go through same pains
to maintain ABI stable as libstdc++ does. The lack of all and any
symbol versions in shared library binary strongly suggests that not
only they do not bother with ABI stability, they simply can't enforce
it at the moment even if they wanted to.

-- 
Alexander Kabaev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140203/633170b9/attachment.sig>


More information about the svn-src-all mailing list