From 8a998c64d8f49d4480a68a2ed3be1262da42cc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Mon, 18 Jul 2005 19:50:41 +0000 Subject: [PATCH] *** empty log message *** [SVN r30163] --- doc/range.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/range.html b/doc/range.html index 1b4a994..704b68a 100755 --- a/doc/range.html +++ b/doc/range.html @@ -45,7 +45,7 @@

A Range is a concept similar to the STL Container concept. A - Range provides iterators for accessing a closed-open range + Range provides iterators for accessing a half-open range [first,one_past_last) of elements and provides information about the number of elements in the Range. However, a Range has fewer requirements than a Container.