updated abstract

[SVN r10337]
This commit is contained in:
Dave Abrahams
2001-06-15 12:47:22 +00:00
parent 3e5b447aa3
commit f94db51996

View File

@ -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}