From 01b25510ffafcbf6e84e4a603240a228d1d5b8cb Mon Sep 17 00:00:00 2001
From: Joel de Guzman
Date: Sat, 10 Jan 2004 02:53:06 +0000
Subject: [PATCH] fix typo
[SVN r21571]
---
doc/v2/indexing.html | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/doc/v2/indexing.html b/doc/v2/indexing.html
index b139843b..0a760dfa 100644
--- a/doc/v2/indexing.html
+++ b/doc/v2/indexing.html
@@ -278,7 +278,7 @@
std::vector interface]) classes (currently, this is the only predefined
suite available). It provides all the policies required by the
indexing_suite.
-
+
Example usage:
@@ -300,16 +300,16 @@
indexing_suite class
-
- Class template
- indexing_suite<
- class Container
- , class DerivedPolicies
,
- bool NoProxy
- , bool NoProxy,
- , class Element
- , class Key
- , class Index
+
+
+ indexing_suite<
+ class Container
+ , class DerivedPolicies
+ ,
+ bool NoProxy
+ , class Element
+ , class Key
+ , class Index