From 9b9a1d21a6741cae24f324261e729dff50aefb81 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 8 Oct 2013 21:26:30 +0000 Subject: [PATCH] Merge release notes + float hash fix. Ref #8822. [SVN r86210] --- doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 1f07a12d..f799c5cf 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -235,4 +235,9 @@ C++11 support has resulted in some breaking changes: * If the hash function and equality predicate are known to both have nothrow move assignment or construction then use them. +[h2 Boost 1.55.0] + +* Avoid some warnings ([ticket 8851], [ticket 8874]). +* Avoid exposing some detail functions via. ADL on the iterators. + [endsect]