From eae2a90463074cd903ac492f2de3fa60ef54e42f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 17 Jul 2008 23:08:32 +0000 Subject: [PATCH] Remove a mention of the hash functions which I missed before. [SVN r47522] --- doc/changes.qbk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index 682e36e6..e29b7a85 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -31,7 +31,6 @@ First official release. * Emplace support when rvalue references and variadic template are available. * More efficient node allocation when rvalue references and variadic template are available. -* Added equality operators and hash functions - ([@http://svn.boost.org/trac/boost/ticket/1557 Ticket 1557]). +* Added equality operators. [endsect]