From 0edcfcd5c1fc1a1707a8541fa94d4165babb045a Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 6 Jul 2001 19:16:39 +0000 Subject: [PATCH] Tuples library causes tie to be deprecated [SVN r10552] --- tie.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tie.html b/tie.html index a1b8744..0f8caa7 100644 --- a/tie.html +++ b/tie.html @@ -23,7 +23,9 @@ tie -

+

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

 template <class A, class B>
 tied<A,B> tie(A& a, B& b);