From 033a611f71c7c40eb45bbe401ed7ee6328bb04a1 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 6 Oct 2013 08:03:12 +0000 Subject: [PATCH] Change log. [SVN r86173] --- 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]