mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 12:57:31 +02:00
added a missing word
[SVN r11028]
This commit is contained in:
@ -461,8 +461,8 @@ same iterator type, while in this case the return type would be
|
||||
\label{sec:iter-object-generator}
|
||||
|
||||
Even though we now have a way to easily express the type of our
|
||||
transform iterator, writing the type down at all is often more than
|
||||
it is worth. The \stlconcept{AdaptableUnaryFunction}'s type alone
|
||||
transform iterator, writing the type down at all is often more trouble
|
||||
than it is worth. The \stlconcept{AdaptableUnaryFunction}'s type alone
|
||||
could be quite complex if it were generated using standard library
|
||||
facilities such as \code{std::bind1st}, \code{std::bind2nd}, or
|
||||
\code{std::ptr\_fun}. Declaring the entire transform iterator type
|
||||
|
Reference in New Issue
Block a user