On Wed, Sep 21, 2011 at 10:51 AM, Nathan Ridge <zeratul...@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

Reply via email to