mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
adjusted requirements for value type of the base iterator
[SVN r9236]
This commit is contained in:
parent
ff73dd94c9
commit
8b92c8a085
@ -126,9 +126,11 @@ int main(int, char*[])
|
|||||||
<tr>
|
<tr>
|
||||||
<td><tt>BaseIterator</tt>
|
<td><tt>BaseIterator</tt>
|
||||||
|
|
||||||
<td>The iterator type being wrapped. The <tt>value_type</tt> of the
|
<td>The iterator type being wrapped. The <tt>value_type</tt>
|
||||||
base iterator should itself be dereferenceable (a <a href=
|
of the base iterator should itself be dereferenceable.
|
||||||
"http://www.sgi.com/tech/stl/trivial.html">Trivial Iterator</a>).
|
Also, if the default <tt>Value</tt> template
|
||||||
|
parameter is used, the <tt>value_type</tt> must provide
|
||||||
|
a specialization of <tt>iterator_traits</tt>.
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>Value</tt>
|
<td><tt>Value</tt>
|
||||||
@ -253,8 +255,10 @@ b,c,d,e,f,g,h,
|
|||||||
<td><tt>BaseIterator</tt>
|
<td><tt>BaseIterator</tt>
|
||||||
|
|
||||||
<td>The iterator type being wrapped. The <tt>value_type</tt> of the
|
<td>The iterator type being wrapped. The <tt>value_type</tt> of the
|
||||||
base iterator should itself be dereferenceable (a <a href=
|
base iterator should itself be dereferenceable.
|
||||||
"http://www.sgi.com/tech/stl/trivial.html">Trivial Iterator</a>).
|
Also, if the default <tt>Value</tt> template
|
||||||
|
parameter is used, the <tt>value_type</tt> must provide
|
||||||
|
a specialization of <tt>iterator_traits</tt>.
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>Value</tt>
|
<td><tt>Value</tt>
|
||||||
@ -394,4 +398,4 @@ a,b,c,d,e,f,g,
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user