From 0c9eee3c6be1e4c3dbd45debe80382b94a982ddc Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 30 Aug 2001 19:45:19 +0000 Subject: [PATCH] changed note about the move to the tuples library [SVN r10972] --- tie.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tie.html b/tie.html index eaef0fe..14219b4 100644 --- a/tie.html +++ b/tie.html @@ -24,8 +24,12 @@

-[tie has been deprecated.  Its functionality is supplied by the Boost -Tuples Library.]

+[This version of tie has been removed from the utility.hpp +header.  There is a new, more general version of tie 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.]
 template <class A, class B>
 tied<A,B> tie(A& a, B& b);