public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Document C++20 and C++23 library additions
@ 2022-02-01 12:41 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-02-01 12:41 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 20 bytes --]

Pushed to wwwdocs.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1258 bytes --]

commit 9f6040a13e7c552a8c1c65352b702dc5d71b369e
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Feb 1 12:40:46 2022 +0000

    Document C++20 and C++23 library additions

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index c6baee75..2719b9d5 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -305,6 +305,8 @@ a work-in-progress.</p>
   <li><code>std::vector</code>, <code>std::basic_string</code>,
       <code>std::optional</code>, and <code>std::variant</code>
       can be used in <code>constexpr</code> functions.</li>
+  <li><code>std::make_shared</code> for arrays with default initialization,
+      and <code>std::atomic&lt;std::shared_ptr&lt;T&gt;&gt;</code>.</li>
   <li>Layout-compatibility and pointer-interconvertibility traits.</li>
   </ul>
 </li>
@@ -315,6 +317,10 @@ a work-in-progress.</p>
   <li><code>&lt;spanstream&gt;</code></li>
   <li><code>std::invoke_r</code></li>
   <li><code>std::basic_string::resize_and_overwrite</code></li>
+  <li><code>&lt;stacktrace&gt;</code>
+      (not built by default, requires linking to an extra library).</li>
+  <li><code>&lt;stdatomic.h&gt;</code></li>
+  <li><code>constexpr std::type_info::operator==</code></li>
   </ul>
 </li>
 </ul>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-01 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 12:41 [wwwdocs] Document C++20 and C++23 library additions Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).