*** empty log message ***

[SVN r30163]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-07-18 19:50:41 +00:00
parent 2bc8622027
commit 8a998c64d8

View File

@ -45,7 +45,7 @@
<p>
A Range is a <i>concept</i> similar to the STL <a
href="http://www.sgi.com/Technology/STL/Container.html">Container</a> concept. A
Range provides iterators for accessing a closed-open range
Range provides iterators for accessing a half-open range
<code>[first,one_past_last)</code> of elements and provides
information about the number of elements in the Range. However, a Range has
fewer requirements than a Container.