C++11 support page still says that support is experimental.

2015-10-05 Thread Ilya Popov

Dear GCC community,

recently I have seen several questions like "Can I use GCC C++11 for 
production if even it's own website says it is experimental?", based on 
a C++11 support page https://gcc.gnu.org/projects/cxx0x.html


Can you confirm that the statement is outdated? Shall the wording on 
that page be updated, so the people are not scared by it any longer?


Ilya Popov


Re: C++11 support page still says that support is experimental.

2015-10-20 Thread Ilya Popov

Another question on SO:
http://stackoverflow.com/questions/33238856/official-status-of-c11-support-in-gcc

If the wording is not changed, these questions will appear more and 
more, and some users will hesitate to use new C++ standards and even 
switch to other compilers.


Ilya Popov