]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
howto.html: Fix typo.
authorJohn Gustafsson <forgoil@rsn.bth.se>
Tue, 19 Nov 2002 11:32:10 +0000 (12:32 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 19 Nov 2002 11:32:10 +0000 (11:32 +0000)
2002-11-19  John Gustafsson  <forgoil@rsn.bth.se>

* docs/html/20_util/howto.html: Fix typo.

From-SVN: r59258

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/20_util/howto.html

index 67983408d8cbeb765ba15499e8eb6b82be6fd010..d86158a48e60045cd69227e8000dd6bd03043bc6 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-19  John Gustafsson  <forgoil@rsn.bth.se>
+
+       * docs/html/20_util/howto.html: Fix typo.
+
 2002-11-18  Jonathan Lennox  <lennox@cs.columbia.edu>
 
        * include/bits/streambuf.tcc (__copy_streambufs): verify
index 28021d206351fbfc3d031a4d2aea1d2ba3fcc92e..9952849c0fbc4c3daffba701b576ecdf3ca15212 100644 (file)
       handle member function templates:
    </p>
    <pre>
-    template &lt;class U, class V&gt; pain (const pair&lt;U,V&gt;&amp; p);
+    template &lt;class U, class V&gt; pair (const pair&lt;U,V&gt;&amp; p);
    </pre>
    <p>The compiler will convert as necessary from U to T1 and from
       V to T2 in order to perform the respective initializations.