Merge release notes + float hash fix. Ref #8822.

[SVN r86210]
This commit is contained in:
Daniel James
2013-10-08 21:26:30 +00:00
parent a7c0ddb5b3
commit 9b9a1d21a6

View File

@ -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]