From 8294e14664b874e4a455df1b4086dafef849db2a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 18 Jan 2004 19:53:29 +0000 Subject: [PATCH] added smart pointer issue [SVN r21809] --- doc/iter-issue-list.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/iter-issue-list.rst b/doc/iter-issue-list.rst index 9dcf962..f188d26 100644 --- a/doc/iter-issue-list.rst +++ b/doc/iter-issue-list.rst @@ -1155,3 +1155,16 @@ type, just that they be convertible. , typename enable_if_convertible::type* = 0 // exposition only , typename enable_if_convertible::type* = 0 // exposition only ); + + +9.44y ``indirect_iterator`` and smart pointers +============================================== + +:Submitter: Dave Abrahams + +``indirect_iterator`` should be able to iterate over containers of +smart pointers, but the mechanism that allows it was left out of +the specification, even though it's present in the Boost +specification + +:Proposed resolution: Add ``pointee`` and ``indirect_reference``