Committed to wwwdocs git.
commit 578a32e2f9215ccf96bd580d275fa12c22aa45a5 Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri Feb 21 10:27:39 2020 +0000 Document more libstdc++ changes diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 5a959a10..2920714a 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -348,13 +348,22 @@ a work-in-progress.</p> </li> <li> <code>std::ssize</code>, <code>std::to_array</code>. </li> <li> - <code><concepts></code> and some parts of - <code><ranges></code>. + Library concepts in <code><concepts></code> and + <code><iterator></code>. </li> - <li> <code><compare></code>. </li> - <li> <code><numbers></code>. </li> + <li> + Constrained algorithms in <code><ranges></code> and + <code><memory></code> (thanks to Patrick Palka). + </li> + <li> Three-way comparisons in <code><compare></code>. </li> + <li> + <code>std::construct_at</code>, <code>std::destroy</code>, + constexpr <code>std::allocator</code>. + </li> + <li> Mathematical constants in <code><numbers></code>. </li> </ul> </li> + <li>Support for RDSEED in <code>std::random_device</code>.</li> <li> Reduced header dependencies, leading to faster compilation for some code. </li>