howto.html: Fix typo.
2002-11-19 John Gustafsson <forgoil@rsn.bth.se> * docs/html/20_util/howto.html: Fix typo. From-SVN: r59258
This commit is contained in:
parent
809108de46
commit
c9a1e3d03a
@ -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
|
||||
|
@ -172,7 +172,7 @@
|
||||
handle member function templates:
|
||||
</p>
|
||||
<pre>
|
||||
template <class U, class V> pain (const pair<U,V>& p);
|
||||
template <class U, class V> pair (const pair<U,V>& 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.
|
||||
|
Loading…
Reference in New Issue
Block a user