public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] C++17 library is no longer experimental
@ 2019-05-03 12:27 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2019-05-03 12:27 UTC (permalink / raw)
  To: libstdc++, gcc-patches

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

I've committed this patch to /gcc-9/changes.html (and a follow-up to
fix some bad HTML markup).



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

Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.63
diff -u -r1.63 changes.html
--- htdocs/gcc-9/changes.html	3 May 2019 07:52:47 -0000	1.63
+++ htdocs/gcc-9/changes.html	3 May 2019 12:24:02 -0000
@@ -644,13 +644,18 @@
 
 <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
 <ul>
-  <li>Improved experimental support for C++17, including:
+  <li>Improved support for C++17, including:
       <ul>
+      <li> The C++17 implementation is no longer experimental. </li>
       <li>
         Parallel algorithms and <code>&lt;execution&gt;</code>
         (requires TBB 2018 or newer).
       </li>
       <li> <code>&lt;memory_resource&gt;</code>. </li>
+      <li>
+        Using the types and functions in <code>&lt;filesystem&gt;</code>
+        does not require linking with <code>-lstdc++fs</code> now.
+      <li>
       </ul>
   </li>
   <li>Improved experimental support for C++2a,

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

only message in thread, other threads:[~2019-05-03 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-03 12:27 [wwwdocs] C++17 library is no longer experimental 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).