From d06ba47884bc239de22c7d21da203961fc1554f7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 5 Dec 2016 22:42:44 +0000 Subject: [PATCH] Add changelog entry for 1.63.0 --- hash/doc/changes.qbk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index ba870de..3195ac8 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -182,5 +182,8 @@ [h2 Boost 1.63.0] * Fixed some warnings. +* Only define hash for `std::wstring` when we know we have a `wchar_t`. + Otherwise there's a compile error as there's no overload for hashing + the characters in wide strings. [endsect]