From: redi Date: Tue, 19 Nov 2002 11:32:10 +0000 (+0000) Subject: 2002-11-19 John Gustafsson X-Git-Tag: upstream/4.9.2~83354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6c04af3b57e90235640550c817024b8cc3a7228;p=platform%2Fupstream%2Flinaro-gcc.git 2002-11-19 John Gustafsson * docs/html/20_util/howto.html: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59258 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6798340..d86158a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-11-19 John Gustafsson + + * docs/html/20_util/howto.html: Fix typo. + 2002-11-18 Jonathan Lennox * include/bits/streambuf.tcc (__copy_streambufs): verify diff --git a/libstdc++-v3/docs/html/20_util/howto.html b/libstdc++-v3/docs/html/20_util/howto.html index 28021d2..9952849 100644 --- a/libstdc++-v3/docs/html/20_util/howto.html +++ b/libstdc++-v3/docs/html/20_util/howto.html @@ -172,7 +172,7 @@ handle member function templates:

-    template <class U, class V> pain (const pair<U,V>& p);
+    template <class U, class V> pair (const pair<U,V>& p);
    

The compiler will convert as necessary from U to T1 and from V to T2 in order to perform the respective initializations.