This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [wwwdocs] Add recent C++ changes to gcc-5/changes.html
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sun, 19 Oct 2014 22:19:06 +0200 (CEST)
- Subject: Re: [wwwdocs] Add recent C++ changes to gcc-5/changes.html
- Authentication-results: sourceware.org; auth=none
- References: <20141017123418 dot GX4197 at redhat dot com>
On Friday 2014-10-17 13:34, Jonathan Wakely wrote:
Index: htdocs/gcc-5/changes.html
===================================================================
@@ -128,12 +164,13 @@
<ul>
<li> Class <code>std::experimental::any</code>; </li>
<li> Function template <code>std::experimental::apply</code>; </li>
+ <li> Variable templates for type traits; </li>
The trailing semi-colon feels a bit odd, doesn't it?
(Also, when using a semi-colon, wouldn't the next word -- Function
and Variable here -- be lower-case?)
Gerald