From c90814e5154134847e07adf6e98ceb8af17f48ba Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 21 Jan 2004 15:58:29 +0000 Subject: [PATCH] removed mention of projection_iterator [SVN r21859] --- doc/facade-and-adaptor.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/facade-and-adaptor.rst b/doc/facade-and-adaptor.rst index f53db72..754e08e 100644 --- a/doc/facade-and-adaptor.rst +++ b/doc/facade-and-adaptor.rst @@ -196,10 +196,6 @@ which were easily implemented using ``iterator_adaptor``: * ``transform_iterator``, which applies a user-defined function object to the underlying values when dereferenced. -* ``projection_iterator``, which is similar to ``transform_iterator`` - except that when dereferenced it returns a reference instead of - a value. - * ``filter_iterator``, which provides a view of an iterator range in which some elements of the underlying range are skipped.