From 55e4fe2ab721210a27dbb74b32ad5588316de0c5 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 13 Jan 2004 12:54:41 +0000 Subject: [PATCH] Fix abstract formatting [SVN r21670] --- doc/counting_iterator.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/counting_iterator.rst b/doc/counting_iterator.rst index bcb3a64..01dc0b3 100644 --- a/doc/counting_iterator.rst +++ b/doc/counting_iterator.rst @@ -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