Changelog

This commit is contained in:
Daniel James
2014-10-26 12:17:58 +00:00
parent 99985bb1b2
commit 7c6f1ef227

View File

@ -252,4 +252,12 @@ C++11 support has resulted in some breaking changes:
uses slower ([ticket 9282]).
* Only construct elements using allocators, as specified in C++11 standard.
[h2 Boost 1.57.0]
* Fix the `pointer` typedef in iterators ([ticket 10672]).
* Fix Coverity warning
([@https://github.com/boostorg/unordered/pull/2 GitHub #2]).
* Rename private `iterator` typedef in some iterator classes, as it
confuses some traits classes.
[endsect]