| Submitter | Andreas Schwab |
|---|---|
| Date | Oct. 28, 2012, 9:14 p.m. |
| Message ID | <m2vcdufgdv.fsf@igel.home> |
| Download | mbox | patch |
| Permalink | /patch/194753/ |
| State | New |
| Headers | show |
Comments
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
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
Gerald Pfeifer <gerald@pfeifer.com> writes: > + <li>G++ now supports a <code>>-std=c++1y</code> option for experimentation Fixed the typo. Andreas.