]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Update C++20 status documentation
authorJonathan Wakely <jwakely@redhat.com>
Wed, 4 Nov 2020 12:53:29 +0000 (12:53 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 4 Nov 2020 12:53:29 +0000 (12:53 +0000)
libstdc++-v3/ChangeLog:

* doc/xml/manual/evolution.xml: Document new C++20 headers.
* doc/html/*: Regenerate.

libstdc++-v3/doc/html/manual/api.html
libstdc++-v3/doc/xml/manual/evolution.xml

index 394c38c3ec5813dfec4224c9bf6739f5776217f5..558606b77b9e6b6085ee7e91fadbc0566c4de286 100644 (file)
@@ -405,4 +405,15 @@ now defaults to zero.
   for C++20 mode. The removed functionality has been provided by
   <code class="classname">std::allocator_traits</code> since C++11 and that should
   be used instead.
+</p><p>
+  Experimental C++2a support improved, with new headers
+  <code class="filename">&lt;concepts&gt;</code>,
+  <code class="filename">&lt;ranges&gt;</code>,
+  <code class="filename">&lt;compare&gt;</code>,
+  <code class="filename">&lt;coroutine&gt;</code>,
+  <code class="filename">&lt;numbers&gt;</code>,
+  <code class="filename">&lt;span&gt;</code>,
+  and
+  <code class="filename">&lt;stop_token&gt;</code>
+  added.
 </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="abi.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix_porting.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backwards.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ABI Policy and Guidelines </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Backwards Compatibility</td></tr></table></div></body></html>
\ No newline at end of file
index 623d53e7faf61448c645185cf5f44038698f62cd..93e242852ccc59578510087e60ebf6dfc0c86a11 100644 (file)
@@ -972,6 +972,19 @@ now defaults to zero.
   be used instead.
 </para>
 
+<para>
+  Experimental C++2a support improved, with new headers
+  <filename class="headerfile">&lt;concepts&gt;</filename>,
+  <filename class="headerfile">&lt;ranges&gt;</filename>,
+  <filename class="headerfile">&lt;compare&gt;</filename>,
+  <filename class="headerfile">&lt;coroutine&gt;</filename>,
+  <filename class="headerfile">&lt;numbers&gt;</filename>,
+  <filename class="headerfile">&lt;span&gt;</filename>,
+  and
+  <filename class="headerfile">&lt;stop_token&gt;</filename>
+  added.
+</para>
+
 </section>
 
 </section>