From babb4f8f73546117329e6da826b6eef32cd422cb Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 1 Jan 2017 16:03:48 +0000 Subject: [PATCH] Hash changelog entry --- doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index f7409c7..8918e0e 100644 --- a/doc/changes.qbk +++ b/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]