Fix abstract formatting

[SVN r21670]
This commit is contained in:
Dave Abrahams 2004-01-13 12:54:41 +00:00
parent 8e2d210d42
commit 55e4fe2ab7

View File

@ -21,10 +21,9 @@
The counting iterator adaptor adds this crucial piece of
functionality to whatever type it wraps. One can use the
counting iterator adaptor not only with integer types, but with
any type that is **Incrementable** (see type requirements
below).
any incrementable type.
.. include:: counting_iterator_abstract.rst
.. include:: counting_iterator_abstract.rst
.. contents:: Table of Contents