From e657f75a177967bafcbfbf4a8e0a080178d1fedb Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 15 Mar 2017 11:16:53 +0000 Subject: [PATCH] Boost 1.64.0 changelog entry --- doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 807bb27e..023d18cd 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -303,4 +303,9 @@ C++11 support has resulted in some breaking changes: arguments, but an off by one error in the preprocessor code meant it only supported up to 9. +[h2 Boost 1.64.0] +* Initial support for new C++17 member functions: + `insert_or_assign` and `try_emplace` in `unordered_map`, + `merge` and `extract` in all containers. + [endsect]