Applied. Gerald
Index: gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.130 diff -u -r1.130 changes.html --- gcc-5/changes.html 10 Nov 2015 10:53:58 -0000 1.130 +++ gcc-5/changes.html 14 Nov 2015 20:41:51 -0000 @@ -282,7 +282,7 @@ attribute, <code>__has_attribute</code>, has been added. The equivalent built-in macro <code>__has_cpp_attribute</code> was added to C++ to support - <a href="http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations"> + <a href="https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations"> Feature-testing recommendations for C++</a>. The macro <code>__has_attribute</code> is added to all C-like languages as an extension: @@ -376,7 +376,7 @@ 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 + <a href="https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations">Feature-testing recommendations for C++</a>.</li> <li>G++ now allows <code>typename</code> in a template template parameter. <blockquote><pre> Index: projects/cxx1y.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1y.html,v retrieving revision 1.26 diff -u -r1.26 cxx1y.html --- projects/cxx1y.html 30 Sep 2015 09:01:44 -0000 1.26 +++ projects/cxx1y.html 14 Nov 2015 20:41:51 -0000 @@ -61,7 +61,7 @@ </tr> <tr> <td>Return type deduction for normal functions</td> - <td><a href="http://isocpp.org/files/papers/N3638.html">N3638</a></td> + <td><a href="https://isocpp.org/files/papers/N3638.html">N3638</a></td> <td class="supported" align="center"> <a href="../gcc-4.8/changes.html#cxx">4.8</a> (N3386) <br/><a href="../gcc-4.9/changes.html#cxx">4.9</a> (N3638)</td> @@ -70,7 +70,7 @@ </tr> <tr> <td>Generalized lambda capture (init-capture)</td> - <td><a href="http://isocpp.org/files/papers/N3648.html">N3648</a></td> + <td><a href="https://isocpp.org/files/papers/N3648.html">N3648</a></td> <td class="supported" align="center"> <a href="../gcc-4.5/changes.html#cplusplus">4.5</a> (partial) <br/><a href="../gcc-4.9/changes.html#cxx">4.9</a> (N3648)</td> @@ -79,7 +79,7 @@ </tr> <tr> <td>Generic (polymorphic) lambda expressions</td> - <td><a href="http://isocpp.org/files/papers/N3649.html">N3649</a></td> + <td><a href="https://isocpp.org/files/papers/N3649.html">N3649</a></td> <td class="supported" align="center"> <a href="../gcc-4.9/changes.html#cxx">4.9</a> </td> @@ -88,7 +88,7 @@ </tr> <tr> <td>Variable templates</td> - <td><a href="http://isocpp.org/files/papers/N3651.pdf">N3651</a></td> + <td><a href="https://isocpp.org/files/papers/N3651.pdf">N3651</a></td> <td class="supported" align="center"> <a href="../gcc-5/changes.html#cxx">5</a> </td> @@ -97,7 +97,7 @@ </tr> <tr> <td>Relaxing requirements on constexpr functions</td> - <td><a href="http://isocpp.org/files/papers/N3652.html">N3652</a></td> + <td><a href="https://isocpp.org/files/papers/N3652.html">N3652</a></td> <td class="supported" align="center"> <a href="../gcc-5/changes.html#cxx">5</a> </td> @@ -119,7 +119,7 @@ </tr> <tr> <td>Sized deallocation</td> - <td><a href="http://isocpp.org/files/papers/n3778.html">N3778</a></td> + <td><a href="https://isocpp.org/files/papers/n3778.html">N3778</a></td> <td class="supported" align="center"> <a href="../gcc-5/changes.html#cxx">5</a> </td>