From: Jonathan Wakely Date: Sat, 3 Dec 2011 12:29:11 +0000 (+0000) Subject: * doc/xml/manual/utilities.xml: Remove outdated text. X-Git-Tag: releases/gcc-4.7.0~1795 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ddd278c032e0b144c447129a5008c05ef4db698;p=thirdparty%2Fgcc.git * doc/xml/manual/utilities.xml: Remove outdated text. From-SVN: r181968 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0c7a62dc390a..891b18448038 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2011-12-03 Jonathan Wakely + + * doc/xml/manual/utilities.xml: Remove outdated text. + 2011-12-02 Paolo Carlini * include/std/iomanip (put_money): Fix thinko, use __err local, diff --git a/libstdc++-v3/doc/xml/manual/utilities.xml b/libstdc++-v3/doc/xml/manual/utilities.xml index a60bd34c6d48..41eed1ecb862 100644 --- a/libstdc++-v3/doc/xml/manual/utilities.xml +++ b/libstdc++-v3/doc/xml/manual/utilities.xml @@ -50,8 +50,7 @@ does what you think it does, first getting x and second getting y. - There is a copy constructor, but it requires that your compiler - handle member function templates: + There is a constructor template for copying pairs of other types: template <class U, class V> pair (const pair<U,V>& p);