removed trivial iterator

[SVN r23232]
This commit is contained in:
Jeremy Siek
2004-06-28 13:26:29 +00:00
parent a29797eadc
commit 1731989798

View File

@@ -103,12 +103,6 @@ Deprecated macros:
<h3><a name="iterator-concepts">Iterator Concept Checking Classes</a></h3>
<pre>
template &lt;class Iter&gt;
struct <a href="http://www.sgi.com/tech/stl/trivial.html">TrivialIterator</a>Concept;
template &lt;class Iter&gt;
struct Mutable_TrivialIteratorConcept;
template &lt;class Iter&gt;
struct <a href="http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a>Concept; // Standard ref 24.1.1 Table 72