diff mbox

[wwwdocs] Re: C++ Concepts available in trunk?

Message ID alpine.LSU.2.20.1509072217330.2597@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer Sept. 7, 2015, 8:20 p.m. UTC
On Mon, 7 Sep 2015, Jonathan Wakely wrote:
> Nice, I think they are good improvements.

Cool.  I committed this, only to notice another change.

GCC stands for GNU Compiler Collection, to GCC compiler would
expand to GNU Compiler Collection compiler, which feels a bit
redundant. ;-)

I'll wait a bit before committing this in case you or anyone
else has comments.

Gerald
diff mbox

Patch

Index: cxx0x.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v
retrieving revision 1.68
diff -u -r1.68 cxx0x.html
--- cxx0x.html	7 Sep 2015 13:09:09 -0000	1.68
+++ cxx0x.html	7 Sep 2015 20:17:10 -0000
@@ -17,8 +17,8 @@ 
   implement new C++11 features in GCC, and made it the first
   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 repository</a>
+  <p>C++11 features are available as part of "mainline" GCC
+    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
Index: cxx1y.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1y.html,v
retrieving revision 1.25
diff -u -r1.25 cxx1y.html
--- cxx1y.html	7 Sep 2015 13:09:10 -0000	1.25
+++ cxx1y.html	7 Sep 2015 20:17:10 -0000
@@ -16,8 +16,8 @@ 
   <p>GCC has support for the latest revision of the C++
   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 repository</a>
+  <p>C++14 features are available as part of "mainline" GCC
+    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
Index: cxx1z.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1z.html,v
retrieving revision 1.4
diff -u -r1.4 cxx1z.html
--- cxx1z.html	7 Sep 2015 13:09:10 -0000	1.4
+++ cxx1z.html	7 Sep 2015 20:17:10 -0000
@@ -16,8 +16,8 @@ 
   <p>GCC has experimental support for the next revision of the C++
   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 repository</a>
+  <p>C++1z features are available as part of "mainline" GCC
+    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