[SVN r21723]
This commit is contained in:
Dave Abrahams
2004-01-14 04:48:53 +00:00
parent 9c42ccb0bd
commit 1c77a5a4ab
3 changed files with 3 additions and 3 deletions

View File

@ -1340,7 +1340,7 @@ explicit or partial specializations of <tt class="literal"><span class="pre">ind
if ( ++x is ill-formed )
return ``pointee&lt;Dereferenceable&gt;::type&amp;``
else
std::iterator_traits&lt;Dereferenceable&gt;::value_type
std::iterator_traits&lt;Dereferenceable&gt;::reference
</pre>
</div>
<div class="section" id="class-template-indirect-iterator">

View File

@ -24,6 +24,6 @@
if ( ++x is ill-formed )
return ``pointee<Dereferenceable>::type&``
else
std::iterator_traits<Dereferenceable>::value_type
std::iterator_traits<Dereferenceable>::reference

View File

@ -165,7 +165,7 @@ explicit or partial specializations of <tt class="literal"><span class="pre">ind
if ( ++x is ill-formed )
return ``pointee&lt;Dereferenceable&gt;::type&amp;``
else
std::iterator_traits&lt;Dereferenceable&gt;::value_type
std::iterator_traits&lt;Dereferenceable&gt;::reference
</pre>
</div>
</div>