diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /libs/unordered/doc/changes.qbk | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/unordered/doc/changes.qbk')
-rw-r--r-- | libs/unordered/doc/changes.qbk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/unordered/doc/changes.qbk b/libs/unordered/doc/changes.qbk index f71da60da..af8cf0a5c 100644 --- a/libs/unordered/doc/changes.qbk +++ b/libs/unordered/doc/changes.qbk @@ -257,7 +257,16 @@ C++11 support has resulted in some breaking changes: * Fix the `pointer` typedef in iterators ([ticket 10672]). * Fix Coverity warning ([@https://github.com/boostorg/unordered/pull/2 GitHub #2]). + +[h2 Boost 1.58.0] + +* Remove unnecessary template parameter from const iterators. * Rename private `iterator` typedef in some iterator classes, as it confuses some traits classes. +* Fix move assignment with stateful, propagate_on_container_move_assign + allocators ([ticket 10777]). +* Fix rare exception safety issue in move assignment. +* Fix potential overflow when calculating number of buckets to allocate + ([@https://github.com/boostorg/unordered/pull/4 GitHub #4]). [endsect] |