diff mbox series

[wwwdocs] Document synchronized_value addition to libstdc++

Message ID 20230228211414.1374620-1-jwakely@redhat.com
State New
Headers show
Series [wwwdocs] Document synchronized_value addition to libstdc++ | expand

Commit Message

Jonathan Wakely Feb. 28, 2023, 9:14 p.m. UTC
Pushed to wwwdocs.


---
 htdocs/gcc-13/changes.html | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index a803f501..811d9bdf 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -324,6 +324,9 @@  a work-in-progress.</p>
   <li>Support for the <code>&lt;experimental/scope&gt;</code> header
       from v3 of the Library Fundamentals Technical Specification.
   </li>
+  <li>Support for the <code>&lt;experimental/synchronized_value&gt;</code>
+      header from v2 of the Concurrency Technical Specification.
+  </li>
 </ul>
 
 <!-- <h3 id="d">D</h3> -->