mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 23:14:02 +00:00
Merged from 1.33.0 release
[SVN r30540]
This commit is contained in:
parent
0a6acd8ce8
commit
ddf00eb29d
@ -30,9 +30,9 @@ adding the requirements that the iterator can be used to make multiple
|
|||||||
passes through a range, and that if <TT>it1 == it2</TT> and
|
passes through a range, and that if <TT>it1 == it2</TT> and
|
||||||
<TT>it1</TT> is dereferenceable then <TT>++it1 == ++it2</TT>. The
|
<TT>it1</TT> is dereferenceable then <TT>++it1 == ++it2</TT>. The
|
||||||
Multi-Pass Input Iterator is very similar to the <a
|
Multi-Pass Input Iterator is very similar to the <a
|
||||||
href="http://www.sgi.com/tech/stl/ForwardIterator.hmtl">Forward Iterator</a>. The
|
href="http://www.sgi.com/tech/stl/ForwardIterator.html">Forward Iterator</a>. The
|
||||||
only difference is that a <a
|
only difference is that a <a
|
||||||
href="http://www.sgi.com/tech/stl/ForwardIterator.hmtl">Forward Iterator</a>
|
href="http://www.sgi.com/tech/stl/ForwardIterator.html">Forward Iterator</a>
|
||||||
requires the <TT>reference</TT> type to be <TT>value_type&</TT>, whereas
|
requires the <TT>reference</TT> type to be <TT>value_type&</TT>, whereas
|
||||||
MultiPassInputIterator is like <a
|
MultiPassInputIterator is like <a
|
||||||
href="http://www.sgi.com/tech/stl/InputIterator.html">Input Iterator</a>
|
href="http://www.sgi.com/tech/stl/InputIterator.html">Input Iterator</a>
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
<h2>Contents</h2>
|
<h2>Contents</h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><a href="#intro">Rationale</a></dt>
|
<dt><a href="#rationale">Rationale</a></dt>
|
||||||
<dt><a href="#rationale">Introduction</a></dt>
|
<dt><a href="#intro">Introduction</a></dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user