From 7dd90c3919e9892dc6fce3dac8c56d6a2e7eb86b Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 8 Dec 2000 17:35:43 +0000 Subject: [PATCH] CVS says it needs a commit; who knows why? [SVN r8405] --- iterator_adaptors.htm | 2 +- tie.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index dcfa62e..f05afeb 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -797,7 +797,7 @@ uses the three adaptors.
-

Revised 27 Sep 2000

+

Revised 27 Nov 2000

© Copyright Jeremy Siek 2000. Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. This document is provided "as is" diff --git a/tie.html b/tie.html index c939ec7..8023b61 100644 --- a/tie.html +++ b/tie.html @@ -35,7 +35,7 @@ a function which returns a std::pair<>. The effect of the tie() function is to allow the assignment of the two values of the pair to two separate variables. The idea for this comes from Jaakko Järvi's Binders [1]. +HREF="../graph/doc/bibliography.html#jaakko_tuple_assign">1].