Boost C++ Libraries: Ticket #555: transform_iterator documentation ignores operator-> https://svn.boost.org/trac10/ticket/555 <pre class="wiki">In the transform_iterator documentation, the "abstract" section states that "The transform iterator adapts an iterator by modifying the operator* to apply a function object to the result of dereferencing the iterator and returning the result.". It seems a bit strange to me to mention operator* but not operator-&gt;, which is modified in the exact same way. Then, in the "synopsis" section, operator* is listed but operator-&gt; is not, even though it is definitely part of the interface (otherwise transform_iterator cannot model the concepts that it claims to model in the "models" section on the same page). </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/555 Trac 1.4.3 david_abrahams Sat, 28 Jan 2006 23:13:02 GMT <link>https://svn.boost.org/trac10/ticket/555#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/555#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=52572 The abstract is an abstract; it doesn't need to describe every detail. The idea is that you can understand what the component does. I agree that the synopsis should probably list operator-&gt;. Doc patches gratefully accepted. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>sf-robot</dc:creator> <pubDate>Sun, 12 Feb 2006 03:20:19 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/555#comment:2 https://svn.boost.org/trac10/ticket/555#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). </pre> Ticket