mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-10 15:43:55 +00:00
resolved the istreambuf_iterator/reference issue
[SVN r21642]
This commit is contained in:
parent
21381f3fa7
commit
436f7411f8
@ -811,6 +811,13 @@ c++std-lib-12333:
|
|||||||
and Lvalue Iterator. Change Lvalue Iterator to refer to ``T&`` instead of
|
and Lvalue Iterator. Change Lvalue Iterator to refer to ``T&`` instead of
|
||||||
``iterator_traits<X>::reference``.
|
``iterator_traits<X>::reference``.
|
||||||
|
|
||||||
|
:Rationale: Ideally there should be requirements on the reference type, however,
|
||||||
|
since Readable Iterator is suppose to correspond to the current
|
||||||
|
standard iterator requirements (which do not place requirements
|
||||||
|
on the reference type) we will leave them off for now.
|
||||||
|
There is a DR in process with respect to the reference type in the
|
||||||
|
stadard iterator requirements. Once that is resolved we will revisit
|
||||||
|
this issue for Readable Iterator and Lvalue Iterator.
|
||||||
|
|
||||||
|
|
||||||
9.34 iterator_facade free functions unspecified
|
9.34 iterator_facade free functions unspecified
|
||||||
|
@ -880,7 +880,7 @@ LocalWords: TraversalTag typename lvalues DWA Hmm JGS mis enum -->
|
|||||||
<hr class="footer"/>
|
<hr class="footer"/>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a class="reference" href="new-iter-concepts.rst">View document source</a>.
|
<a class="reference" href="new-iter-concepts.rst">View document source</a>.
|
||||||
Generated on: 2004-01-12 19:53 UTC.
|
Generated on: 2004-01-12 20:03 UTC.
|
||||||
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
|
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user