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 and greatly simplifies the creation of iterator types that are
variations on other iterators (adapted iterators). The Iterator variations on other iterators (adapted iterators). The Iterator
Adaptor Library is an example of policy-based design and employs Adaptor Library is an example of policy-based design and employs
template meta-programming. It uses an extremely flexible template meta-programming. We also present the Policy Adapter
implementation pattern which can be easily adapted to generate new implementation pattern, a strategy used by the library that can also
representatives of other abstract Concept families. be used to generate new representatives of other abstract Concept
families.
\end{abstract} \end{abstract}