From 0e40c56a87ef0819b0b754d4f3bd5fe74b4ae4cf Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 3 Sep 2001 15:49:13 +0000 Subject: [PATCH] changed title [SVN r10999] --- tmpw2001-paper/iter-adaptor.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tmpw2001-paper/iter-adaptor.tex b/tmpw2001-paper/iter-adaptor.tex index 1eb53dd..18e6d45 100644 --- a/tmpw2001-paper/iter-adaptor.tex +++ b/tmpw2001-paper/iter-adaptor.tex @@ -87,7 +87,7 @@ \begin{document} -\title{Mass Producing Iterators} +\title{Policy Adaptors in the Boost Iterator Adaptor Library} \author{David Abrahams$^\dag$ and Jeremy Siek$^\ddag$\thanks{This work was partially supported by NSF grant ACI-9982205.} \\ @@ -701,11 +701,11 @@ problems discussed in the introduction were solved. \begin{verbatim} namespace boost { template + class Value = default_argument, + class Reference = default_argument, + class Pointer = default_argument, + class Category = default_argument, + class Distance = default_argument> struct iterator_adaptor { // Deduce iterator associated types (value_type, etc.) from the // named template parameters, and resolve any defaults. @@ -889,7 +889,7 @@ respectively), so we can treat this as an associative list. {\footnotesize \begin{verbatim} typedef pair > > > > NamedParamList; + pair > > > > NamedParamList; \end{verbatim} }