diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index 660d6df..ecf6fcf 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -224,10 +224,9 @@ struct iterator_adaptor; naming the last five template parameters, and providing them in any order through the iterator_traits_generator class. -
-class iterator_traits_generator
+class iterator_traits_generator
 {
 public:
   template <class Value>
@@ -247,7 +246,6 @@ public:
 };
 
- The iterator_traits_generator is used to create a list of of template arguments. For example, suppose you want to set the @@ -861,6 +859,5 @@ bool operator==(const iterator_adaptor<B1,P,V1,R1,P1,C,D>&, -