diff mbox

[wwwdocs] gcc-4.8/changes.html markup consistency

Message ID m2vcdufgdv.fsf@igel.home
State New
Headers show

Commit Message

Andreas Schwab Oct. 28, 2012, 9:14 p.m. UTC
Gerald Pfeifer <gerald@pfeifer.com> writes:

> +  <li>G++ now supports a <code>>-std=c++1y</code> option for experimentation

Fixed the typo.

Andreas.

Comments

Gerald Pfeifer Oct. 28, 2012, 9:22 p.m. UTC | #1
On Sun, 28 Oct 2012, Andreas Schwab wrote:
>> +  <li>G++ now supports a <code>>-std=c++1y</code> option for experimentation
> Fixed the typo.

Thanks, Andreas!  The validator did not complain -- which shows
that a pair of human eyes _is_ valuable. :-)

Gerald
diff mbox

Patch

--- changes.html.~1.49.~	2012-10-28 22:11:57.000000000 +0100
+++ changes.html	2012-10-28 22:12:37.000000000 +0100
@@ -133,7 +133,7 @@  B b(42); // OK
 </pre></blockquote>
   </li>
 
-  <li>G++ now supports a <code>>-std=c++1y</code> option for experimentation
+  <li>G++ now supports a <code>-std=c++1y</code> option for experimentation
     with features proposed for the next revision of the standard, expected
     around 2017.  Currently the only difference from <code>-std=c++11</code>
     is support for return type deduction in normal functions, as proposed in