This is the mail archive of the gcc@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: C++11 no longer experimental


On Wed, Sep 21, 2011 at 10:51 AM, Nathan Ridge <zeratul976@hotmail.com> 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/projects/cxx0x.html, and
> to modify the __GXX_EXPERIMENTAL_CXX0X__ macro to be just
> __GXX_CXX0X__ (or even better, __GXX_CXX11__)?
>
> Thanks,
> Nate

"Experimental" isn't really the right word anymore, and when GCC has
essentially full support of C++11 we'll want to update __cplusplus (I
hope!).  I don't know how worthwhile it is to introduce a third name
for testing the level of C++11 support in the interim.

-- James


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