On 21 November 2015 at 10:35, Uros Bizjak wrote: > [1] still says in its third paragraph: > > --q-- > Important: GCC's support for C++11 is still experimental. Some > features were implemented based on early proposals, and no attempt > will be made to maintain backward compatibility when they are updated > to match the final C++11 standard. > --/q-- > > [1] https://gcc.gnu.org/projects/cxx0x.html
I posted a patch for it https://gcc.gnu.org/ml/gcc-patches/2015-10/msg00531.html but never made the changes Gerald requested. I've committed the first part now, as attached.
Index: cxx0x.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v retrieving revision 1.69 diff -u -r1.69 cxx0x.html --- cxx0x.html 30 Sep 2015 09:01:43 -0000 1.69 +++ cxx0x.html 21 Nov 2015 12:31:42 -0000 @@ -27,10 +27,10 @@ GCC 4.7 and later support <code>-std=c++11</code> and <code>-std=gnu++11</code> as well.</p> - <p><strong>Important</strong>: GCC's support for C++11 is still + <p><strong>Important</strong>: Before GCC 5.1 support for C++11 was <strong>experimental</strong>. Some features were implemented based on - early proposals, and no attempt will be made to maintain backward - compatibility when they are updated to match the final C++11 + early proposals, and no attempt was made to maintain backward + compatibility when they were updated to match the final C++11 standard.</p> <h2>C++11 Language Features</h2>