added a comment about indirect iterator and smart pointers

[SVN r1251]
This commit is contained in:
Jeremy Siek
2003-04-28 21:18:57 +00:00
parent a529a82a66
commit e30ea3ad7e

View File

@@ -969,6 +969,9 @@ adaptor makes it possible to view a container of pointers
(e.g. ``list<foo*>``) as if it were a container of the pointed-to type
(e.g. ``list<foo>``) .
.. At some point we should add the capability to handle
iterators over smart pointers, which the impl handles. -JGS
Class template ``indirect_iterator``
....................................