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