Fixes for validator.w3.org

[SVN r9518]
This commit is contained in:
Dave Abrahams 2001-03-09 03:28:13 +00:00
parent b9a1eead40
commit d1b34e64d8

View File

@ -224,10 +224,9 @@ struct iterator_adaptor;
naming the last five template parameters, and providing them in
any order through the <tt>iterator_traits_generator</tt> class.
<a name="iterator_traits_generator">
<blockquote>
<pre>
class iterator_traits_generator
<a name="iterator_traits_generator">class iterator_traits_generator</a>
{
public:
template &lt;class Value&gt;
@ -247,7 +246,6 @@ public:
};
</pre>
</blockquote>
</a>
The <tt>iterator_traits_generator</tt> is used to create a list of
of template arguments. For example, suppose you want to set the
@ -861,6 +859,5 @@ bool operator==(const iterator_adaptor&lt;B1,P,V1,R1,P1,C,D&gt;&amp;,
<!-- LocalWords: iostream hpp sizeof InputIterator constness ConstIterator
David Abrahams
-->
</body>
</html>