From f7610c9b268c899e6df77c7d1229d4ab44748726 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 5 Jul 2002 23:51:20 +0000 Subject: [PATCH] fix link [SVN r14318] --- iterator_adaptors.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index 9ace4c8..7912cbd 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -515,7 +515,7 @@ struct default_iterator_policies argument and that we'll need to be able to deduce the result_type of the function so we can use it for the adapted iterator's value_type. AdaptableUnaryFunction + "http://www.sgi.com/tech/stl/AdaptableUnaryFunction.html">AdaptableUnaryFunction is the Concept that fulfills those requirements.