From 44df96775aa03887ac57569580f80d75e478e28f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 5 Dec 2016 23:00:20 +0000 Subject: [PATCH] Link to ticket in changelog --- hash/doc/changes.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index 3195ac8..f7409c7 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -184,6 +184,6 @@ * 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. + the characters in wide strings ([ticket 8552]). [endsect]