This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [wwwdocs] Document recent libstdc++ changes
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 7 Mar 2019 14:40:56 +0000
- Subject: Re: [wwwdocs] Document recent libstdc++ changes
- References: <20190306102252.GJ21503@redhat.com>
Some more additions.
Committed to CVS.
Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.51
diff -u -r1.51 changes.html
--- htdocs/gcc-9/changes.html 6 Mar 2019 10:22:39 -0000 1.51
+++ htdocs/gcc-9/changes.html 7 Mar 2019 14:39:51 -0000
@@ -229,8 +229,10 @@
<li><code>contains</code> member of maps and sets.</li>
<li>String prefix and suffix checking (<code>starts_with</code>,
<code>ends_with</code>).</li>
- <li>Functions <code>std::midpoint</code> and <code>lerp</code> for
+ <li>Functions <code>std::midpoint</code> and <code>std::lerp</code> for
interpolation.</li>
+ <li><code>std::bind_front</code>.</li>
+ <li><code>std::assume_aligned</code>.</li>
<li>Uses-allocator construction utilities.</li>
<li><code>std::pmr::polymorphic_allocator<std::byte></code>.</li>
<li>Library support for <code>char8_t</code> type.</li>