From d1b34e64d83308bb0b67729ce92b6ebc60447a46 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 9 Mar 2001 03:28:13 +0000 Subject: [PATCH] Fixes for validator.w3.org [SVN r9518] --- iterator_adaptors.htm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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>&, -