changed template class to class template

[SVN r9186]
This commit is contained in:
Jeremy Siek 2001-02-13 04:34:44 +00:00
parent 93216e8fb7
commit a4e122a82e

View File

@ -81,8 +81,7 @@
"#iterator_adaptor">iterator_adaptor</a></tt> template.<br>
<h2><a name="iterator_adaptor">Template class</a>
<tt>iterator_adaptor</tt></h2>
<h2><a name="iterator_adaptor">Class template</a> <tt>iterator_adaptor</tt></h2>
Implementing standard conforming iterators is a non-trivial task. There are
some fine points such as the interactions between an iterator and its
corresponding const_iterator, and there are myriad operators that should be