From c592e854919730597b1793f85667e7d88f000d29 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 1 Jan 2017 16:03:48 +0000 Subject: [PATCH] Hash changelog entry --- hash/doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index f7409c7..8918e0e 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -186,4 +186,9 @@ Otherwise there's a compile error as there's no overload for hashing the characters in wide strings ([ticket 8552]). +[h2 Boost 1.64.0] + +* Fix for recent versions of Visual C++ which have removed `std::unary_function` + and `std::binary_function`. + [endsect]