mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 16:42:09 +02:00
Fix abstract formatting
[SVN r21670]
This commit is contained in:
@ -21,10 +21,9 @@
|
|||||||
The counting iterator adaptor adds this crucial piece of
|
The counting iterator adaptor adds this crucial piece of
|
||||||
functionality to whatever type it wraps. One can use the
|
functionality to whatever type it wraps. One can use the
|
||||||
counting iterator adaptor not only with integer types, but with
|
counting iterator adaptor not only with integer types, but with
|
||||||
any type that is **Incrementable** (see type requirements
|
any incrementable type.
|
||||||
below).
|
|
||||||
|
|
||||||
.. include:: counting_iterator_abstract.rst
|
.. include:: counting_iterator_abstract.rst
|
||||||
|
|
||||||
.. contents:: Table of Contents
|
.. contents:: Table of Contents
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user