diff --git a/tmpw2001-paper/iter-adaptor.tex b/tmpw2001-paper/iter-adaptor.tex index a2cd71f..6c00b76 100644 --- a/tmpw2001-paper/iter-adaptor.tex +++ b/tmpw2001-paper/iter-adaptor.tex @@ -829,9 +829,9 @@ the \code{Pointer} and \code{Reference} parameters. Instead of matching arguments to parameters based on order, the assignment of arguments to parameters can be made explicitly by name, -so that the order no longer matters. The Iterator Adaptors library -supplies an appropriately-named wrapper class for each parameter. For -example: +so that the order no longer matters~\cite{czarnecki00:_named_param}. +The Iterator Adaptors library supplies an appropriately-named wrapper +class for each parameter. For example: {\footnotesize \begin{verbatim}