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);