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}