From 24fcaed649a9d80befc51932ea2d1e30f7cdf244 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sun, 18 Jan 2004 19:23:42 +0000 Subject: [PATCH] removed obsolete comment about istreambuf_iterator [SVN r21806] --- doc/new-iter-concepts.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/new-iter-concepts.rst b/doc/new-iter-concepts.rst index dc2ab74..6c8068a 100644 --- a/doc/new-iter-concepts.rst +++ b/doc/new-iter-concepts.rst @@ -147,12 +147,6 @@ old requirements. a tag that is not input_iterator_tag but that is convertible to input_iterator_tag? -JGS -Note that as currently specified, ``istreambuf_iterator`` doesn't -meet the Readable Iterator requirements because its ``value_type`` -is not convertible to its ``reference`` type. We believe this to -be a defect in the standard; it should be fixed by changing its -``reference`` type from ``value_type&`` to ``value_type const&``. - Possible (but not proposed) Changes to the Working Paper ========================================================