mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 12:27:33 +02:00
resolved some issues with transform iterator
[SVN r21638]
This commit is contained in:
@ -243,9 +243,10 @@ specification.
|
||||
Transform iterator has a two-part specification: it does this, in other words, it does that. "In other
|
||||
words" always means "I didn't say it right, so I'll try again." We need to say it once.
|
||||
|
||||
:Proposed resolution: **Needs work** (Jeremy)
|
||||
|
||||
Reword.
|
||||
:Proposed resolution:
|
||||
Changed the introduction to: 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.
|
||||
|
||||
9.12 Transform_iterator shouldn't mandate private member
|
||||
========================================================
|
||||
|
Reference in New Issue
Block a user