Updated add_pointer docs.

[SVN r13243]
This commit is contained in:
John Maddock
2002-03-22 11:26:31 +00:00
parent 0b4cea1a65
commit 5ff78759b4

View File

@ -682,8 +682,8 @@ transformation to the template argument T:</p>
<td valign="top" width="28%" bgcolor="#C0C0C0">If &quot;t&quot;
is an instance of T, then add_pointer&lt;T&gt;::type is
the type returned by &quot;&amp;t&quot;. For example
&quot;int&quot;, &quot;int&amp;&quot;, &quot;int[2]&quot;
and &quot;int (&amp;)[2]&quot; all become &quot;int*&quot;.</td>
&quot;int&quot; and &quot;int&amp;&quot; both become
&quot;int*&quot;.</td>
<td valign="top" width="13%" bgcolor="#C0C0C0">8.3.1</td>
<td width="25%" bgcolor="#C0C0C0"><p align="center">P</p>
</td>