From c9a1e3d03a418394109f198d7c44e0b4a24d76eb Mon Sep 17 00:00:00 2001 From: John Gustafsson Date: Tue, 19 Nov 2002 12:32:10 +0100 Subject: [PATCH] howto.html: Fix typo. 2002-11-19 John Gustafsson * docs/html/20_util/howto.html: Fix typo. From-SVN: r59258 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/html/20_util/howto.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 67983408d8c..d86158a48e6 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 28021d20635..9952849c0fb 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. -- 2.30.2