changed note about the move to the tuples library

[SVN r10972]
This commit is contained in:
Jeremy Siek 2001-08-30 19:45:19 +00:00
parent 3b1afa3ba6
commit 0c9eee3c6b

View File

@ -24,8 +24,12 @@
</H1> </H1>
<h3> <h3>
[tie has been deprecated.&nbsp; Its functionality is supplied by the Boost [This version of tie has been removed from the utility.hpp
Tuples Library.]</h3> header.&nbsp; There is a new, more general version of <a
href="../tuple/doc/tuple_users_guide.html#tiers">tie</a> in the Boost
Tuples Library. The more general version handles an (almost) arbitrary
number of arguments, instead of just two. The version in utility.hpp
had to be removed to avoid name clashes.]</h3>
<PRE> <PRE>
template &lt;class A, class B&gt; template &lt;class A, class B&gt;
tied&lt;A,B&gt; tie(A&amp; a, B&amp; b); tied&lt;A,B&gt; tie(A&amp; a, B&amp; b);