forked from boostorg/concept_check
fixed typo
[SVN r30860]
This commit is contained in:
@ -57,7 +57,7 @@ enforce the associated types of the concept.
|
||||
|
||||
<pre>
|
||||
template <class Iter>
|
||||
struct RandomAccessIterator_concept
|
||||
struct RandomAccessIteratorConcept
|
||||
{
|
||||
void constraints() {
|
||||
function_requires< BidirectionalIteratorConcept<Iter> >();
|
||||
|
Reference in New Issue
Block a user