This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] Mention libstdc++-v3 <regex> in 4.9 changes.html


On Wed, Oct 02, 2013 at 12:55:48PM +0200, Paolo Carlini wrote:
> On 10/02/2013 12:45 PM, Jonathan Wakely wrote:
> >On 2 October 2013 11:41, Paolo Carlini wrote:
> >>Minimally, I would talk about "improved support": the evolution from
> >>-std=c++0x to -std=c++11 meant that we aren't in experimental mode anymore.
> > From speaking to Jason he's pretty adamant it's still experimental for now :-)
> >
> >My understanding was that -std=c++11 changed just because the standard
> >was published, not because our support was finished.
> Note however, that these days we are also triumphally announcing
> that we are feature complete ;) Morally that kind of announcement
> seems to me quite inconsistent with saying that the support is

We have announced only core language feature completeness, the library was
known to be incomplete.  And, I think for 4.9 the library C++11 support
is still meant to be experimental because of the ABI issues, where we know
we'll need to change std::string, std::list etc., but are waiting for
Dodji's ABI verification stuff before we are confident we can do all those
changes safely.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]