From 25f90dbb2893021868dfdc738b1ada33b5062699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 7 Jan 2022 22:22:03 +0100 Subject: [PATCH] Update changelog with #195 --- doc/container.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/container.qbk b/doc/container.qbk index 01c0403..09c28af 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1342,10 +1342,12 @@ use [*Boost.Container]? There are several reasons for that: * The library now compiles without warnings with GCC's -Wcast-align=strict * Fixed bugs/issues: + * [@https://github.com/boostorg/container/issues/195 GitHub #195: ['"vec_iterator member typedef iterator_concept should only be defined in C++20"]]. * [@https://github.com/boostorg/container/issues/199 GitHub #199: ['"Apply LWG issue 3471 to memory_resource"]]. * [@https://github.com/boostorg/container/issues/204 GitHub #204: ['"Inconsistent noexcept-ness of static_vector::reserve"]]. * [@https://github.com/boostorg/container/issues/206 GitHub #206: ['"operator-> on static_vector::iterator causes cast alignment warning"]]. + [endsect] [section:release_notes_boost_1_78_00 Boost 1.78 Release]