I forgot about <stop_token>, so I actually committed this patch instead.
commit 46f60e0689384ba6e58a9896b5831969940ac74b Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Dec 4 23:26:45 2019 +0000 Document some more C++20 support in libstdc++ diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index afbcd067..e0296646 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -171,15 +171,23 @@ a work-in-progress.</p> <ul> <li> <code>std::span</code> (thanks to JeanHeyd Meneide). </li> <li> - Constexpr support in <code><algorithm></code> + Constexpr support in <code><algorithm></code> and elsewhere (thanks to Edward Smith-Rowland). </li> + <li> + <code><stop_token></code> and <code>std::jthread</code> + (thanks to Thomas Rodgers). + </li> <li> <code>std::atomic_ref</code> and <code>std::atomic<</code><i>floating point</i><code>></code>. </li> <li> <code>std::ssize</code>, <code>std::to_array</code>. </li> - <li> <code><concepts></code>. </li> + <li> + <code><concepts></code> and some parts of + <code><ranges></code>. + </li> + <li> <code><compare></code>. </li> <li> <code><numbers></code>. </li> </ul> </li>