Gentoo Archives: gentoo-dev

From: "C. Bergström" <cbergstrom@×××××××××.com>
To: gentoo-dev@l.g.o
Cc: "Jan Kundrát" <jkt@g.o>
Subject: Re: [gentoo-dev] How to support C++11 in libraries?
Date: Wed, 18 Dec 2013 17:06:47
Message-Id: 52B1D5EA.7020106@pathscale.com
In Reply to: Re: [gentoo-dev] How to support C++11 in libraries? by "Jan Kundrát"
1 On 12/18/13 11:50 PM, Jan Kundrát wrote:
2 > On Wednesday, 18 December 2013 17:37:56 CEST, "C. Bergström" wrote:
3 >> From the perspective of a compiler vendor - I must ask why not?
4 >
5 > There is code out there which builds fine under C++98, but fails to
6 > build when C++11 is enabled (as but one exmaple, have a look at [1]).
7 If moving to C++11 - Isn't that considered just part of the work along
8 the path? There's some clang tools to help with the migration, but I
9 don't think anyone expects it to be zero work. The flag is just a way to
10 a) enable building programs that can be built with c++11 b) flush out
11 the culprits in the cases it can't be. If (b) is a bug - how else to
12 find it easily?

Replies

Subject Author
Re: [gentoo-dev] How to support C++11 in libraries? "Jan Kundrát" <jkt@g.o>