mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +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
|
||||
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 <class Value>
|
||||
@ -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<B1,P,V1,R1,P1,C,D>&,
|
||||
<!-- LocalWords: iostream hpp sizeof InputIterator constness ConstIterator
|
||||
David Abrahams
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user