From patchwork Mon Dec 5 21:53:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Broken link Date: Mon, 05 Dec 2011 11:53:32 -0000 From: Jonathan Wakely X-Patchwork-Id: 129443 Message-Id: To: =?ISO-8859-1?Q?Marco_Antonio_G=F3mez_Mart=EDn?= Cc: gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org 2011/12/5 Jonathan Wakely: > 2011/12/5 Marco Antonio Gómez Martín: >>        Hello, >> >>        Just to let you know that I have found some broken links at >> >> http://gcc.gnu.org/projects/cxx0x.html >> >>        The table entries: >> >> Defining move special member functions  N3053   GCC 4.6 >> Allowing move constructors to throw [noexcept]  N3050   GCC 4.6 (core >> language only) >> >>        have the proposal link broken (they need an extra 'l' at the end: >> .html instead of .htm) > > Thanks for reporting the problems, I'll fix them later today. > > N.B. same issue in these copies: > http://gcc.gnu.org/gcc-4.5/cxx0x_status.html > http://gcc.gnu.org/gcc-4.6/cxx0x_status.html > http://gcc.gnu.org/gcc-4.7/cxx0x_status.html Fixed by this patch. Thanks again for reporting it. Index: gcc-4.5/cxx0x_status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/cxx0x_status.html,v retrieving revision 1.10 diff -u -r1.10 cxx0x_status.html --- gcc-4.5/cxx0x_status.html 19 May 2010 16:07:30 -0000 1.10 +++ gcc-4.5/cxx0x_status.html 5 Dec 2011 21:50:40 -0000 @@ -263,12 +263,12 @@ Allowing move constructors to throw [noexcept] - N3050 + N3050 No Defining move special member functions - N3053 + N3053 No Index: gcc-4.6/cxx0x_status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/cxx0x_status.html,v retrieving revision 1.10 diff -u -r1.10 cxx0x_status.html --- gcc-4.6/cxx0x_status.html 2 Nov 2010 04:54:56 -0000 1.10 +++ gcc-4.6/cxx0x_status.html 5 Dec 2011 21:50:40 -0000 @@ -263,12 +263,12 @@ Allowing move constructors to throw [noexcept] - N3050 + N3050 Yes (core language only) Defining move special member functions - N3053 + N3053 Yes Index: gcc-4.7/cxx0x_status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/cxx0x_status.html,v retrieving revision 1.7 diff -u -r1.7 cxx0x_status.html --- gcc-4.7/cxx0x_status.html 5 Dec 2011 16:12:38 -0000 1.7 +++ gcc-4.7/cxx0x_status.html 5 Dec 2011 21:50:40 -0000 @@ -264,12 +264,12 @@ Allowing move constructors to throw [noexcept] - N3050 + N3050 Yes (core language only) Defining move special member functions - N3053 + N3053 Yes Index: projects/cxx0x.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v retrieving revision 1.53 diff -u -r1.53 cxx0x.html --- projects/cxx0x.html 5 Dec 2011 16:12:39 -0000 1.53 +++ projects/cxx0x.html 5 Dec 2011 21:50:40 -0000 @@ -297,12 +297,12 @@ Allowing move constructors to throw [noexcept] - N3050 + N3050 GCC 4.6 (core language only) Defining move special member functions - N3053 + N3053 GCC 4.6