From 436f7411f86aeede7b83cdd1a8ebd40e75cebc10 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 12 Jan 2004 20:03:47 +0000 Subject: [PATCH] resolved the istreambuf_iterator/reference issue [SVN r21642] --- doc/iter-issue-list.rst | 7 +++++++ doc/new-iter-concepts.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/iter-issue-list.rst b/doc/iter-issue-list.rst index 779f9f2..25aa285 100644 --- a/doc/iter-issue-list.rst +++ b/doc/iter-issue-list.rst @@ -811,6 +811,13 @@ c++std-lib-12333: and Lvalue Iterator. Change Lvalue Iterator to refer to ``T&`` instead of ``iterator_traits::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 diff --git a/doc/new-iter-concepts.html b/doc/new-iter-concepts.html index 28c0280..1e04c84 100755 --- a/doc/new-iter-concepts.html +++ b/doc/new-iter-concepts.html @@ -880,7 +880,7 @@ LocalWords: TraversalTag typename lvalues DWA Hmm JGS mis enum -->