===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.12
@@ -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>