Jonathan, On Thu, 13 Aug 2015, Jonathan Wakely wrote: > Thanks, I've committed the attached change to the wwwdocs repo.
looking at this I noticed a reference to "Subversion", when in general we have tried to minimize references to specific version control systems. And I noticed we can be a little less verbose later in that section. And then I noticed, those two versions actually have been propagating from cxx0x.html to cxx0y.html to cxx0z.html over the years, so I made essentially the same set of simplications to all three of them. What do you think? I have not committed this yet. Gerald Index: cxx0x.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v retrieving revision 1.67 diff -u -r1.67 cxx0x.html --- cxx0x.html 26 Jan 2015 11:12:43 -0000 1.67 +++ cxx0x.html 7 Sep 2015 10:47:28 -0000 @@ -18,14 +18,13 @@ compiler to bring feature-complete C++11 to C++ programmers.</p> <p>C++11 features are available as part of the "mainline" GCC - compiler in the trunk of - <a href="../svn.html">GCC's Subversion - repository</a> and in GCC 4.3 and later. To enable C++0x + compiler in the trunk of <a href="../svn.html">GCC's repository</a> + and in GCC 4.3 and later. To enable C++0x support, add the command-line parameter <code>-std=c++0x</code> to your <code>g++</code> command line. Or, to enable GNU - extensions in addition to C++0x extensions, - add <code>-std=gnu++0x</code> to your <code>g++</code> command - line. GCC 4.7 and later support <code>-std=c++11</code> and + extensions in addition to C++0x extensions, + add <code>-std=gnu++0x</code>. + 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 Index: cxx1y.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1y.html,v retrieving revision 1.24 diff -u -r1.24 cxx1y.html --- cxx1y.html 13 Aug 2015 08:36:07 -0000 1.24 +++ cxx1y.html 7 Sep 2015 10:47:28 -0000 @@ -17,14 +17,12 @@ standard, which was published in 2014.</p> <p>C++14 features are available as part of the "mainline" GCC - compiler in the trunk of - <a href="../svn.html">GCC's Subversion - repository</a> and in GCC 4.8 and later. To enable C++14 + compiler in the trunk of <a href="../svn.html">GCC's repository</a> + and in GCC 4.8 and later. To enable C++14 support, add the command-line parameter <code>-std=c++14</code> to your <code>g++</code> command line. Or, to enable GNU - extensions in addition to C++14 extensions, - add <code>-std=gnu++14</code> to your <code>g++</code> command - line.</p> + extensions in addition to C++14 extensions, + add <code>-std=gnu++14</code>.</p> <p><strong>Important</strong>: Because the final ISO C++14 standard was only recently published, GCC's support is <strong>experimental</strong>. No attempt Index: cxx1z.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1z.html,v retrieving revision 1.3 diff -u -r1.3 cxx1z.html --- cxx1z.html 13 Aug 2015 14:32:10 -0000 1.3 +++ cxx1z.html 7 Sep 2015 10:47:28 -0000 @@ -17,14 +17,12 @@ standard, which is expected to be published in 2017.</p> <p>C++1z features are available as part of the "mainline" GCC - compiler in the trunk of - <a href="../svn.html">GCC's Subversion - repository</a> and in GCC 5 and later. To enable C++1z + compiler in the trunk of <a href="../svn.html">GCC's repository</a> + and in GCC 5 and later. To enable C++1z support, add the command-line parameter <code>-std=c++1z</code> to your <code>g++</code> command line. Or, to enable GNU extensions in addition to C++1z extensions, - add <code>-std=gnu++1z</code> to your <code>g++</code> command - line.</p> + add <code>-std=gnu++1z</code>.</p> <p><strong>Important</strong>: Because the final ISO C++1z standard is still evolving, GCC's support is <strong>experimental</strong>. No attempt