*** empty log message ***

[SVN r30165]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-07-18 20:04:33 +00:00
parent 8a998c64d8
commit 7311fb528a
2 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@
Boost.Range </h1></td>
</tr>
</table>
<h2>Single Pass Range, Forward Range and Bidirectional Range Implementation</h2>
<h2>Synopsis and Reference </h2>
<ul >
<li>

View File

@ -25,7 +25,7 @@
(see <a href=http://www.boost.org/LICENSE_1_0.txt>
http://www.boost.org/LICENSE_1_0.txt</a>).
</p>
<h1>Overview</h1>
<p>
Boost.Range is a collection of concepts and utilities that are particularly
@ -43,7 +43,7 @@
<li> <a href="doc/range.html#bidirectional_range">BidirectionalRange</a>
<li> <a href="doc/range.html#random_access_range">RandomAccessRange</a> </ul>
<li> <a href="doc/boost_range.html">Implementation</a> of Range concepts
<li> <a href="doc/boost_range.html">Synopsis and Reference</a>
<li> <a href="doc/utility_class.html"> Utilities:</a>
<ul>
<li> Class <a href="doc/utility_class.html#iter_range"><code>iterator_range</code></a>