From 1cdfd70777ce344b31a938d9aff43e69199d1f3d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 14 Oct 2016 09:24:13 +0100 Subject: [PATCH] Document warning fixes in 1.63.0 --- hash/doc/changes.qbk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index f7ab411..ba870de 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -179,4 +179,8 @@ * Fixed strict aliasing violation ([@https://github.com/boostorg/functional/pull/3 GitHub #3]). +[h2 Boost 1.63.0] + +* Fixed some warnings. + [endsect]