id summary reporter owner description type status milestone component version severity resolution keywords cc 555 transform_iterator documentation ignores operator-> eelis david_abrahams "{{{ 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->, which is modified in the exact same way. Then, in the ""synopsis"" section, operator* is listed but operator-> 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). }}}" Bugs closed iterator None None