added a missing word

[SVN r11028]
This commit is contained in:
Dave Abrahams
2001-09-05 05:58:21 +00:00
parent c11ba92add
commit 4fe8f1505f

View File

@ -461,8 +461,8 @@ same iterator type, while in this case the return type would be
\label{sec:iter-object-generator} \label{sec:iter-object-generator}
Even though we now have a way to easily express the type of our 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 transform iterator, writing the type down at all is often more trouble
it is worth. The \stlconcept{AdaptableUnaryFunction}'s type alone than it is worth. The \stlconcept{AdaptableUnaryFunction}'s type alone
could be quite complex if it were generated using standard library could be quite complex if it were generated using standard library
facilities such as \code{std::bind1st}, \code{std::bind2nd}, or facilities such as \code{std::bind1st}, \code{std::bind2nd}, or
\code{std::ptr\_fun}. Declaring the entire transform iterator type \code{std::ptr\_fun}. Declaring the entire transform iterator type