From 03a597983e848ca1eb5fd45186a34bd56f1785e9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 5 Dec 2016 22:48:00 +0000 Subject: [PATCH] Change log for last few fixes --- doc/changes.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 0353e292..506fe1fe 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -296,5 +296,11 @@ C++11 support has resulted in some breaking changes: * Better allocator support ([ticket 12459]). * Make the no argument constructors implicit. * Implement missing allocator aware constructors. +* Fix assigning the hash/key equality functions for empty containers. +* Remove unary/binary_function from the examples in the documentation. + They are removed in C++17. +* Support 10 constructor arguments in emplace. It was meant to support up to 10 + arguments, but an off by one error in the preprocessor code meant it only + supports up to 10. [endsect]