From 05bc4e7b9ab9f11aa15f1aedc10fd5126001b6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 25 Oct 2020 17:26:07 +0100 Subject: [PATCH] Update changelog with #165 and #166 --- doc/container.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/container.qbk b/doc/container.qbk index 6add10e..fc23d3d 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1348,6 +1348,8 @@ use [*Boost.Container]? There are several reasons for that: * [@https://github.com/boostorg/container/issues/160 GitHub #160: ['"Usage of uses_allocator needs a remove_cvref_t"]]. * [@https://github.com/boostorg/container/issues/161 GitHub #161: ['"polymorphic_allocator(memory_resource*) non-standard extension causes headache"]]. * [@https://github.com/boostorg/container/pull/163 GitHub #163: ['"container_rebind for small_vector with options"]]. + * [@https://github.com/boostorg/container/issues/165 GitHub #165: ['"Link error with shared library and memory_resource inline members"]]. + * [@https://github.com/boostorg/container/pull/166 GitHub #166: ['"Fix encoding error in copyright headers"]]. * [@https://github.com/boostorg/container/pull/167 GitHub #167: ['"error: the address of 'msg' will always evaluate as 'true' warning with GCC 4.4"]]. [endsect]