aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gustafsson <forgoil@rsn.bth.se>2002-11-19 12:32:10 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2002-11-19 11:32:10 +0000
commitc9a1e3d03a418394109f198d7c44e0b4a24d76eb (patch)
tree4bab81fed3ba71bbb40a2167471980b8fbddee98
parent809108de4601deb3ec9466e54a9a5db5614ac243 (diff)
downloadgcc-c9a1e3d03a418394109f198d7c44e0b4a24d76eb.zip
gcc-c9a1e3d03a418394109f198d7c44e0b4a24d76eb.tar.gz
gcc-c9a1e3d03a418394109f198d7c44e0b4a24d76eb.tar.bz2
howto.html: Fix typo.
2002-11-19 John Gustafsson <forgoil@rsn.bth.se> * docs/html/20_util/howto.html: Fix typo. From-SVN: r59258
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/docs/html/20_util/howto.html2
2 files changed, 5 insertions, 1 deletions
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 <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
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:
</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.