forked from boostorg/concept_check
removed trivial iterator
[SVN r23232]
This commit is contained in:
@@ -103,12 +103,6 @@ Deprecated macros:
|
|||||||
<h3><a name="iterator-concepts">Iterator Concept Checking Classes</a></h3>
|
<h3><a name="iterator-concepts">Iterator Concept Checking Classes</a></h3>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
template <class Iter>
|
|
||||||
struct <a href="http://www.sgi.com/tech/stl/trivial.html">TrivialIterator</a>Concept;
|
|
||||||
|
|
||||||
template <class Iter>
|
|
||||||
struct Mutable_TrivialIteratorConcept;
|
|
||||||
|
|
||||||
template <class Iter>
|
template <class Iter>
|
||||||
struct <a href="http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a>Concept; // Standard ref 24.1.1 Table 72
|
struct <a href="http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a>Concept; // Standard ref 24.1.1 Table 72
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user