Re: C++11 no longer experimental

2011-10-31 Thread Jason Merrill
I've checked this in with some tweaks. Jason

Re: C++11 no longer experimental

2011-10-30 Thread Jason Merrill
On 10/30/2011 03:25 PM, Gerald Pfeifer wrote: -Important: because the ISO C++0x draft is still evolving, - GCC's support for C++0x isexperimental. No attempt will be - made to maintain backward compatibility with implementations of - C++0x features that do not reflect the final C++0x standard

Re: C++11 no longer experimental

2011-10-30 Thread Gerald Pfeifer
On Sun, 30 Oct 2011, Oleg Endo wrote: > Since C++11 is now the official name, wouldn't it be better to use the > new name instead of the old one after the initial historical > introduction? :) Like... Yes. Originally I wanted to avoid that to get my patch in faster, but since you ask. Here is

Re: C++11 no longer experimental

2011-10-30 Thread Jonathan Wakely
On 30 October 2011 13:14, Gerald Pfeifer wrote: > On Wed, 21 Sep 2011, Joe Buck wrote: >> No, the page now claims something that is incorrect.  The C++0x draft >> is no longer evolving.  C++11 is an official standard now. > > How about the patch below?  It tries to reflect the release of > C++11.  

Re: C++11 no longer experimental

2011-10-30 Thread Oleg Endo
On Sun, 2011-10-30 at 14:14 +0100, Gerald Pfeifer wrote: > + C++0x was the working name of a new ISO C++ standard, which then > + was released in 2011 as C++11 and introduces a host of new features > + into the standard C++ language and library. This project seeks to >implement new C++0x fe

Re: C++11 no longer experimental

2011-10-30 Thread Jonathan Wakely
On 30 October 2011 13:14, Gerald Pfeifer wrote: > @@ -9,11 +9,11 @@ >   > >   > -  C++0x Support in GCC > +  C++0x/C++11 Support in GCC > > -  C++0x is the working name of the next ISO C++ standard, due by > -  the end of this decade, which introduces a host of new features into > -  the standard C

Re: C++11 no longer experimental

2011-10-30 Thread Gerald Pfeifer
On Wed, 21 Sep 2011, Joe Buck wrote: > No, the page now claims something that is incorrect. The C++0x draft > is no longer evolving. C++11 is an official standard now. How about the patch below? It tries to reflect the release of C++11. There definitely will be more adjustments, but this is a

Re: C++11 no longer experimental

2011-09-21 Thread Jonathan Wakely
On 21 September 2011 19:34, Jonathan Wakely wrote: > libstdc++ manual still refers to C++ 200x! ... which I already have a patch for, before someone reports it to Bugzilla :)

Re: C++11 no longer experimental

2011-09-21 Thread Jonathan Wakely
On 21 September 2011 19:25, Joe Buck wrote: > On Wed, Sep 21, 2011 at 11:07:07AM -0700, Jonathan Wakely wrote: >> On 21 September 2011 19:00, Jonathan Wakely wrote: >> > On 21 September 2011 18:51, Nathan Ridge wrote: >> >> >> >> Now that the C++11 standard has been officially voted in, there is no

Re: C++11 no longer experimental

2011-09-21 Thread Joe Buck
On Wed, Sep 21, 2011 at 11:07:07AM -0700, Jonathan Wakely wrote: > On 21 September 2011 19:00, Jonathan Wakely wrote: > > On 21 September 2011 18:51, Nathan Ridge wrote: > >> > >> Now that the C++11 standard has been officially voted in, there is nothing > >>  "experimental" about it any more. > >

Re: C++11 no longer experimental

2011-09-21 Thread Jonathan Wakely
On 21 September 2011 19:00, Jonathan Wakely wrote: > On 21 September 2011 18:51, Nathan Ridge wrote: >> >> Now that the C++11 standard has been officially voted in, there is nothing >>  "experimental" about it any more. > > I thought the "experimental" refers to GCC's support, not the standard's >

Re: C++11 no longer experimental

2011-09-21 Thread Jonathan Wakely
On 21 September 2011 18:51, Nathan Ridge wrote: > > Now that the C++11 standard has been officially voted in, there is nothing >  "experimental" about it any more. I thought the "experimental" refers to GCC's support, not the standard's status. GCC's support didn't magically change when the stand

Re: C++11 no longer experimental

2011-09-21 Thread James Dennett
On Wed, Sep 21, 2011 at 10:51 AM, Nathan Ridge wrote: > > Hello, > > Now that the C++11 standard has been officially voted in, there is nothing >  "experimental" about it any more. > > Would it be possible to remove the warning about GCC's C++11 support > being experimental from http://gcc.gnu.org

C++11 no longer experimental

2011-09-21 Thread Nathan Ridge
Hello, Now that the C++11 standard has been officially voted in, there is nothing  "experimental" about it any more. Would it be possible to remove the warning about GCC's C++11 support being experimental from http://gcc.gnu.org/projects/cxx0x.html, and to modify the __GXX_EXPERIMENTAL_CXX0X__ m