updated naming convention

[SVN r24518]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-08-16 22:47:16 +00:00
parent a3d3c28ccc
commit 230c7a245c
7 changed files with 139 additions and 139 deletions

View File

@@ -46,14 +46,12 @@
<i>Traversal</i> category:
<ul>
<li>
<a href="range.htm#single_pass_range">Single Pass Range</a>
<a href="range.html#single_pass_range">Single Pass Range</a>
<li>
<a href="range.htm#forward_range">Forward Range</a>
<a href="range.html#forward_range">Forward Range</a>
<li>
<a href="range.htm#bidirectional_range">Bidirectional Range</a>
<li>
<a href="range.htm#random_access_range">Random Access Range</a>
</ul>
<a href="range.html#bidirectional_range">Bidirectional Range</a> <li>
<a href="range.html#random_access_range">Random Access Range</a> </ul>
</ul>
Notice how we have used the categories from the <a href=../../iterator/doc/new-iter-concepts.html>new
style iterators</a>.