From f94db519961ded1fa61b67201d7310d0c113f5e4 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 15 Jun 2001 12:47:22 +0000 Subject: [PATCH] updated abstract [SVN r10337] --- tmpw2001-paper/iter-adaptor.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmpw2001-paper/iter-adaptor.tex b/tmpw2001-paper/iter-adaptor.tex index 340be20..edab8aa 100644 --- a/tmpw2001-paper/iter-adaptor.tex +++ b/tmpw2001-paper/iter-adaptor.tex @@ -80,10 +80,10 @@ it automates the error-prone and redundant parts of the implementation and greatly simplifies the creation of iterator types that are variations on other iterators (adapted iterators). The Iterator Adaptor Library is an example of policy-based design and employs -template meta-programming. It uses an extremely flexible -implementation pattern which can be easily adapted to generate new -representatives of other abstract Concept families. - +template meta-programming. We also present the Policy Adapter +implementation pattern, a strategy used by the library that can also +be used to generate new representatives of other abstract Concept +families. \end{abstract}