diff --git a/creating_concepts.htm b/creating_concepts.htm index 4607825..d19ca01 100644 --- a/creating_concepts.htm +++ b/creating_concepts.htm @@ -57,7 +57,7 @@ enforce the associated types of the concept.
template <class Iter> - struct RandomAccessIterator_concept + struct RandomAccessIteratorConcept { void constraints() { function_requires< BidirectionalIteratorConcept<Iter> >();