From 75eaa14a182bb53ac45404e3ba01f467bcdcf465 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 7 Nov 2001 10:35:12 +0000 Subject: [PATCH] Removed defunct boost::tied (thanks, Daryle Walker) [SVN r11622] --- include/boost/utility_fwd.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/utility_fwd.hpp b/include/boost/utility_fwd.hpp index 869faf6..8e2f040 100644 --- a/include/boost/utility_fwd.hpp +++ b/include/boost/utility_fwd.hpp @@ -26,12 +26,8 @@ template < typename MemberType, int UniqueID = 0 > class noncopyable; -template < class A, class B > - class tied; - // Also has a few function templates - } // namespace boost