Gentoo Archives: gentoo-dev

From: "Jan Kundrát" <jkt@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] How to support C++11 in libraries?
Date: Thu, 19 Dec 2013 12:29:08
Message-Id: 2124b76f-b57f-42c9-bda6-32e1465934e2@gentoo.org
In Reply to: Re: [gentoo-dev] How to support C++11 in libraries? by "C. Bergström"
1 On Thursday, 19 December 2013 09:44:38 CEST, "C. Bergström" wrote:
2 > libboost.so (or any really popular lib.. Qt..) built with
3 > -std=c++11 breaks abi
4
5 As I said, the problem is more complicated. Qt5 built with the C++11
6 support does not break its ABI compared to usign the C++98 mode.
7
8 Boost is in a category of its own because they do not provide a stable ABI
9 to begin with.
10
11 Jan