From c987400947678220dde6e66fb56be4fe513cd6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 27 Feb 2019 00:15:40 +0100 Subject: [PATCH] Update changelog with #103 and #104 --- doc/container.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/container.qbk b/doc/container.qbk index 8650ff6..e440402 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1250,6 +1250,8 @@ use [*Boost.Container]? There are several reasons for that: * [@https://github.com/boostorg/container/issues/97 GitHub #97: ['"buffer overflow in boost::container::flat_map on FreeBSD"]]. * [@https://github.com/boostorg/container/issues/98 GitHub #98: ['"flat_map: insert_or_assign does not work with hint"]]. * [@https://github.com/boostorg/container/issues/100 GitHub #100: ['"Compile error on Green Hills: container_detail::flat_tree has no member insert"]]. + * [@https://github.com/boostorg/container/pull/103 GitHub #103: ['"Fix deallocating never-allocated storage in vector.merge()"]]. + * [@https://github.com/boostorg/container/pull/104 GitHub #104: ['"Fix -Wmissing-noreturn clang warnings"]]. [endsect]