From cfb03e4aeec2e7e2b8543c890bc3550e10c98385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Fri, 10 Sep 2004 21:44:06 +0000 Subject: [PATCH] *** empty log message *** [SVN r25014] --- doc/utility_class.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/utility_class.html b/doc/utility_class.html index da57e08..5353b57 100644 --- a/doc/utility_class.html +++ b/doc/utility_class.html @@ -33,10 +33,10 @@ - The iterator_range class is templated on an Forward + The iterator_range class is templated on an + Forward Traversal Iterator and should be used whenever fairly general code is needed. - The sub_range class is templated on an Forward + The sub_range class is templated on an Forward Range and it is less general, but a bit easier to use since its template argument is easier to specify. The biggest difference is, however, that a sub_range can propagate constness because it knows what a