fixed typo

[SVN r30860]
This commit is contained in:
Jeremy Siek
2005-09-07 20:56:50 +00:00
parent 6f59ef904b
commit d51a7bf94a

View File

@ -57,7 +57,7 @@ enforce the associated types of the concept.
<pre>
template &lt;class Iter&gt;
struct RandomAccessIterator_concept
struct RandomAccessIteratorConcept
{
void constraints() {
function_requires&lt; BidirectionalIteratorConcept&lt;Iter&gt; &gt;();