From bef6ec31f0aaf3927452d3a9bafb88c09abad10a Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 5 Sep 2001 15:56:14 +0000 Subject: [PATCH] added citation for named params [SVN r11034] --- tmpw2001-paper/iter-adaptor.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}