From e30ea3ad7ee181be8ca055cde061ea0e44fda633 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 28 Apr 2003 21:18:57 +0000 Subject: [PATCH] added a comment about indirect iterator and smart pointers [SVN r1251] --- doc/facade-and-adaptor.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/facade-and-adaptor.rst b/doc/facade-and-adaptor.rst index bd0df73..169b856 100755 --- a/doc/facade-and-adaptor.rst +++ b/doc/facade-and-adaptor.rst @@ -969,6 +969,9 @@ adaptor makes it possible to view a container of pointers (e.g. ``list``) as if it were a container of the pointed-to type (e.g. ``list``) . +.. At some point we should add the capability to handle + iterators over smart pointers, which the impl handles. -JGS + Class template ``indirect_iterator`` ....................................