From 4025288928adb76ca11380452544907846324ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 14 Jun 2024 13:39:15 +0200 Subject: [PATCH] Update changelog with #266 and #245 --- doc/container.qbk | 3 ++- proj/vs/explicit_inst_flat_map_test.vcxproj | 2 +- proj/vs/flat_map_test.vcxproj | 2 +- proj/vs/flat_tree_test.vcxproj | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/container.qbk b/doc/container.qbk index ce5479a..b00ea1d 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1418,7 +1418,8 @@ use [*Boost.Container]? There are several reasons for that: * [@https://github.com/boostorg/container/issues/275 GitHub #275: ['"Compilation fails if custom key comparison is used"]]. * [@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/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/245 GitHub #245: ['"flat_tree::insert ordered range doesn't assert sorting"]]. [endsect] diff --git a/proj/vs/explicit_inst_flat_map_test.vcxproj b/proj/vs/explicit_inst_flat_map_test.vcxproj index 84afd8b..0817fd5 100644 --- a/proj/vs/explicit_inst_flat_map_test.vcxproj +++ b/proj/vs/explicit_inst_flat_map_test.vcxproj @@ -36,7 +36,7 @@ Application - v143 + v90 MultiByte diff --git a/proj/vs/flat_map_test.vcxproj b/proj/vs/flat_map_test.vcxproj index 8fa0f8f..c5d917f 100644 --- a/proj/vs/flat_map_test.vcxproj +++ b/proj/vs/flat_map_test.vcxproj @@ -36,7 +36,7 @@ Application - v143 + v90 MultiByte diff --git a/proj/vs/flat_tree_test.vcxproj b/proj/vs/flat_tree_test.vcxproj index a9f2c41..c6a32a8 100644 --- a/proj/vs/flat_tree_test.vcxproj +++ b/proj/vs/flat_tree_test.vcxproj @@ -36,7 +36,7 @@ Application - v143 + ClangCL MultiByte