summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/docs/html/20_util/howto.html
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-19 11:32:10 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-19 11:32:10 +0000
commitf6c04af3b57e90235640550c817024b8cc3a7228 (patch)
tree4bab81fed3ba71bbb40a2167471980b8fbddee98 /libstdc++-v3/docs/html/20_util/howto.html
parent3e8ebe0a4488afc88d1a4f1aa8989d4597eef5cb (diff)
downloadppe42-gcc-f6c04af3b57e90235640550c817024b8cc3a7228.tar.gz
ppe42-gcc-f6c04af3b57e90235640550c817024b8cc3a7228.zip
2002-11-19 John Gustafsson <forgoil@rsn.bth.se>
* 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
Diffstat (limited to 'libstdc++-v3/docs/html/20_util/howto.html')
-rw-r--r--libstdc++-v3/docs/html/20_util/howto.html2
1 files changed, 1 insertions, 1 deletions
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:
</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.
OpenPOWER on IntegriCloud