This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Document some recent libstdc++ changes


Committed to CVS.


Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.8
diff -u -r1.8 changes.html
--- htdocs/gcc-9/changes.html	8 Jun 2018 15:28:59 -0000	1.8
+++ htdocs/gcc-9/changes.html	20 Jun 2018 16:15:05 -0000
@@ -57,7 +57,15 @@
   </ul></li>
 </ul>
 
-<!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> -->
+<h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
+<ul>
+  <li>Improved experimental support for C++2a,
+      including <code>std::remove_cvref</code>
+      and the <code>&lt;version&gt;</code> header.</li>
+  <li>Support for opening file streams with wide character paths on Windows</li>
+  <li>Incomplete support for the C++17 Filesystem library and the Filesystem
+      TS on Windows.</li>
+</ul>
 
 <!-- <h3 id="fortran">Fortran</h3> -->
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]