CVS says it needs a commit; who knows why?

[SVN r8405]
This commit is contained in:
Beman Dawes 2000-12-08 17:35:43 +00:00
parent 7c3a25a377
commit 7dd90c3919
2 changed files with 2 additions and 2 deletions

View File

@ -797,7 +797,7 @@ uses the three adaptors.
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->27 Sep 2000<!--webbot bot="Timestamp" endspan i-checksum="14936" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->27 Nov 2000<!--webbot bot="Timestamp" endspan i-checksum="15248" --></p>
<p>© 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 &quot;as is&quot;

View File

@ -35,7 +35,7 @@ a function which returns a std::pair&lt;&gt;. The effect of the <TT>tie()</TT>
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&#228;rvi's Binders&nbsp;[<A
HREF="../graph/docs/bibliography.html#jaakko_tuple_assign">1</A>].
HREF="../graph/doc/bibliography.html#jaakko_tuple_assign">1</A>].
<P>