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].