mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Fixes for validator.w3.org
[SVN r9518]
This commit is contained in:
parent
b9a1eead40
commit
d1b34e64d8
@ -224,10 +224,9 @@ struct iterator_adaptor;
|
|||||||
naming the last five template parameters, and providing them in
|
naming the last five template parameters, and providing them in
|
||||||
any order through the <tt>iterator_traits_generator</tt> class.
|
any order through the <tt>iterator_traits_generator</tt> class.
|
||||||
|
|
||||||
<a name="iterator_traits_generator">
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>
|
<pre>
|
||||||
class iterator_traits_generator
|
<a name="iterator_traits_generator">class iterator_traits_generator</a>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
template <class Value>
|
template <class Value>
|
||||||
@ -247,7 +246,6 @@ public:
|
|||||||
};
|
};
|
||||||
</pre>
|
</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</a>
|
|
||||||
|
|
||||||
The <tt>iterator_traits_generator</tt> is used to create a list of
|
The <tt>iterator_traits_generator</tt> is used to create a list of
|
||||||
of template arguments. For example, suppose you want to set the
|
of template arguments. For example, suppose you want to set the
|
||||||
@ -861,6 +859,5 @@ bool operator==(const iterator_adaptor<B1,P,V1,R1,P1,C,D>&,
|
|||||||
<!-- LocalWords: iostream hpp sizeof InputIterator constness ConstIterator
|
<!-- LocalWords: iostream hpp sizeof InputIterator constness ConstIterator
|
||||||
David Abrahams
|
David Abrahams
|
||||||
-->
|
-->
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user