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