From 648c6240a2f6dd94a47a595256287a8f066caded Mon Sep 17 00:00:00 2001
From: Jeremy Siek
Date: Thu, 15 Feb 2001 16:57:12 +0000
Subject: [PATCH] added another link to the generic_programming.html#policies
[SVN r9218]
---
iterator_adaptors.htm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm
index 62cf274..72b5bff 100644
--- a/iterator_adaptors.htm
+++ b/iterator_adaptors.htm
@@ -160,7 +160,9 @@ bool operator==(const iterator_adaptor<B1,P,V1,R1,P1,C,D>&,
transform iterator using the iterator_adaptor class.
The main task in using iterator_adaptor is creating an
- appropriate Policies class.
+ appropriate Policies class (a general description of the
+ policy class technique can be found here).
The Policies class that you pass in will become the heart of
the iterator adaptor, supplying the core iterator operations that will