From 6f10e52887432e9e8d054a4d7d4ccd5eded383a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 16 Jun 2024 23:35:03 +0200 Subject: [PATCH] Update changelog with #259 --- doc/container.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/container.qbk b/doc/container.qbk index b00ea1df..1581b379 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1419,6 +1419,7 @@ use [*Boost.Container]? There are several reasons for that: * [@https://github.com/boostorg/container/issues/273 GitHub #273: ['"flat_map/vector crashes on appends (memory corruption)"]]. * [@https://github.com/boostorg/container/issues/269 GitHub #269: ['"flat_multimap::emplace not sorting elements under GCC"]]. * [@https://github.com/boostorg/container/issues/266 GitHub #266: ['"small_vector is misaligned on the stack in 32 bits"]]. + * [@https://github.com/boostorg/container/issues/259 GitHub #259: ['"Global variables"]]. * [@https://github.com/boostorg/container/issues/245 GitHub #245: ['"flat_tree::insert ordered range doesn't assert sorting"]]. [endsect]