From 874b0a9e6218d3645897c3b94c5c73d65d1754e4 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 11 Mar 2009 02:11:08 +0000 Subject: [PATCH] faq.xml: Fix links to implementation status pages. 2009-03-10 Paolo Carlini * doc/xml/faq.xml: Fix links to implementation status pages. From-SVN: r144771 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/faq.xml | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8d326b3b335..77791f3ab7f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2009-03-10 Paolo Carlini + + * doc/xml/faq.xml: Fix links to implementation status pages. + 2009-03-10 Paolo Carlini * include/std/complex (operator+(const complex<>&, const _Tp&), diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml index 6d1feedb698..5b60c882626 100644 --- a/libstdc++-v3/doc/xml/faq.xml +++ b/libstdc++-v3/doc/xml/faq.xml @@ -692,8 +692,9 @@ Long answer: See the implementation status pages for - C++98, - TR1, and C++0x. + C++98, + TR1, and + C++0x.