Fixes #285 ("devector<>::push_front asserts after clear()")

This commit is contained in:
Ion Gaztañaga
2024-07-15 10:41:42 +02:00
parent 3ed1c76efd
commit 8d0dc6daeb
3 changed files with 164 additions and 256 deletions

View File

@@ -1412,6 +1412,7 @@ use [*Boost.Container]? There are several reasons for that:
[section:release_notes_boost_1_86_00 Boost 1.86 Release]
* Fixed bugs/issues:
* [@https://github.com/boostorg/container/issues/285 GitHub #285: ['"devector<>::push_front asserts after clear()"]].
* [@https://github.com/boostorg/container/issues/280 GitHub #280: ['"Several containers don't support non-movable types when move assigning"]].
* [@https://github.com/boostorg/container/issues/279 GitHub #279: ['"small_vector cannot go back to use stack space"]].
* [@https://github.com/boostorg/container/issues/277 GitHub #277: ['"Remove dep on boost::static_assert"]].