diff mbox

[wwwdocs] Add feature-testing macros and std::is_final to gcc-5/changes.html

Message ID 20141002101206.GY4197@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely Oct. 2, 2014, 10:12 a.m. UTC
Note Ed's recent changes. Committed to CVS.
diff mbox

Patch

Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.12
diff -u -r1.12 changes.html
--- htdocs/gcc-5/changes.html	1 Oct 2014 08:28:35 -0000	1.12
+++ htdocs/gcc-5/changes.html	2 Oct 2014 10:09:23 -0000
@@ -83,6 +83,9 @@ 
   <li>Excessive template instantiation depth is now a fatal error. This
   prevents excessive diagnostics that usually do not help to identify the
   problem.</li>
+  <li>G++ and libstdc++ now implement the feature-testing macros from
+    <a href="http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations">Feature-testing
+    recommendations for C++</a>.</li>
 </ul>
 
   <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
@@ -95,6 +98,12 @@ 
         <li> support for <code>std::aligned_union</code>;</li>
       </ul>
     </li>
+    <li><a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2014">
+      Improved experimental support for C++14</a>, including:
+      <ul>
+        <li> <code>std::is_final</code> type trait; </li>
+      <ul>
+    </li>
     <li>An implementation of <code>std::experimental::any</code>.</li>
     <li>New random number distributions <code>logistic_distribution</code> and
       <code>uniform_on_sphere_distribution</code> as extensions.</li>