diff mbox series

[wwwdocs] Document addition of <barrier> C++ header in C++11

Message ID 20210114104257.GA2457121@redhat.com
State New
Headers show
Series [wwwdocs] Document addition of <barrier> C++ header in C++11 | expand

Commit Message

Jonathan Wakely Jan. 14, 2021, 10:42 a.m. UTC
Pushed to wwwdocs.
commit 768ecbe7af00a219cfdff9fba96874a0fe9c94bb
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Jan 14 10:41:43 2021 +0000

    Document addition of <barrier> C++ header in C++11

Comments

Jonathan Wakely Jan. 14, 2021, 10:43 a.m. UTC | #1
On 14/01/21 10:42 +0000, Jonathan Wakely wrote:
>Pushed to wwwdocs.
>

>commit 768ecbe7af00a219cfdff9fba96874a0fe9c94bb
>Author: Jonathan Wakely <jwakely@redhat.com>
>Date:   Thu Jan 14 10:41:43 2021 +0000
>
>    Document addition of <barrier> C++ header in C++11

Doh, that was meant to say GCC 11 not C++11.
diff mbox series

Patch

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index e044d710..3527428f 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -307,7 +307,8 @@  a work-in-progress.</p>
       <li><code>std::bit_cast</code></li>
       <li><code>std::source_location</code></li>
       <li>Atomic wait and notify operations.</li>
-      <li><code>&lt;latch&gt;</code> and <code>&lt;semaphore&gt;</code></li>
+      <li><code>&lt;barrier&gt;</code>, <code>&lt;latch&gt;</code>,
+        and <code>&lt;semaphore&gt;</code></li>
       <li><code>&lt;syncstream&gt;</code></li>
       <li>Efficient access to <code>basic_stringbuf</code>'s buffer.</li>
     </ul>