From d51a7bf94afdade707f1b13506f81bb593e4b13c Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 7 Sep 2005 20:56:50 +0000 Subject: [PATCH] fixed typo [SVN r30860] --- creating_concepts.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> >();