Fix link to outdated cxx0x status page.

gcc/:
        PR documentation/44016
        * doc/standards.texi (Standards): Link to unversioned
        cxx0x_status.html page.

From-SVN: r159168
This commit is contained in:
Ralf Wildenhues 2010-05-07 20:10:09 +00:00 committed by Ralf Wildenhues
parent 3bd5cdeb0e
commit 0f590a2d73
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR documentation/44016
* doc/standards.texi (Standards): Link to unversioned
cxx0x_status.html page.
2010-05-07 Iain Sandoe <iains@gcc.gnu.org>
PR target/43708

View file

@ -190,7 +190,7 @@ working paper for the C++0x standard; the latest working paper is
available on the ISO C++ committee's web site at
@uref{http://www.open-std.org/jtc1/sc22/wg21/}. For information
regarding the C++0x features available in the experimental C++0x mode,
see @uref{http://gcc.gnu.org/gcc-4.3/cxx0x_status.html}. To select this
see @uref{http://gcc.gnu.org/projects/cxx0x.html}. To select this
standard in GCC, use the option @option{-std=c++0x}; to obtain all the
diagnostics required by the standard, you should also specify
@option{-pedantic} (or @option{-pedantic-errors} if you want them to be