faq.xml: Fix links to implementation status pages.
2009-03-10 Paolo Carlini <paolo.carlini@oracle.com> * doc/xml/faq.xml: Fix links to implementation status pages. From-SVN: r144771
This commit is contained in:
parent
23cdf8e8f6
commit
874b0a9e62
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-03-10 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* doc/xml/faq.xml: Fix links to implementation status pages.
|
||||
|
||||
2009-03-10 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/std/complex (operator+(const complex<>&, const _Tp&),
|
||||
|
|
|
@ -692,8 +692,9 @@
|
|||
</para>
|
||||
<para>
|
||||
Long answer: See the implementation status pages for
|
||||
<ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/c++1998_status.html">C++98</ulink>,
|
||||
<ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/tr1_status.html">TR1</ulink>, and <ulink url="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/c++0x_status.html">C++0x</ulink>.
|
||||
<link linkend="manual.intro.status.standard.1998">C++98</link>,
|
||||
<link linkend="manual.intro.status.standard.tr1">TR1</link>, and
|
||||
<link linkend="manual.intro.status.standard.200x">C++0x</link>.
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
|
Loading…
Add table
Reference in a new issue