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>