2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Merge pull request #859 from igaztanaga/patch-6

Update boost_1_86_0.qbk
This commit is contained in:
Peter Dimov
2024-07-27 20:10:36 +03:00
committed by GitHub

View File

@@ -82,6 +82,20 @@ Please keep the list of libraries sorted in lexicographical order.
* Added `bind_front.hpp`, `bind_back.hpp`, `invoke.hpp`, `mem_fn.hpp`, `integer_sequence.hpp` and `type_traits.hpp`.
* Added `function_ref.hpp`.
* [phrase library..[@/libs/container/ Container]:]
* 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"]].
* [@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/266 GitHub #266: ['"small_vector<T> 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"]].
* [@https://github.com/boostorg/container/issues/241 GitHub #241: ['"flat_map should support same interface as std::map"]].
* [phrase library..[@/libs/core/ Core]:]
* Added a `boost/core/pointer_in_range.hpp` header with a `pointer_in_range`
function template to check if a pointer is within a given range.
@@ -149,6 +163,17 @@ Please keep the list of libraries sorted in lexicographical order.
* `read_graphviz`: Fix stack overflow (oss-fuzz issue 66719) and non-keyword subgraph parsing.
* Many miscellaneous improvements: broken links, typos, etc.
* [phrase library..[@/libs/interprocess/ Interprocess]:]
* Fixed bugs:
* [@https://github.com/boostorg/interprocess/pull/191 GitHub #191 (['"vectorstream: support file sizes larger than INT_MAX "])].
* [@https://github.com/boostorg/interprocess/pull/198 GitHub #198 (['"Minor fixes for documentation of offset_ptr"])].
* [@https://github.com/boostorg/interprocess/pull/202 GitHub #202 (['"Allow to map message_queue in anonymous memory"])].
* [@https://github.com/boostorg/interprocess/pull/207 GitHub #207 (['"cmake: link system libraries"])].
* [@https://github.com/boostorg/interprocess/pull/214 GitHub #214 (['"Doc: Fix github links"])].
* [phrase library..[@/libs/intrusive/ Intrusive]:]
* Fixed bug [@https://github.com/boostorg/intrusive/issues/86 GitHub #86: ['Invalid UTF-8 character in comment]]
* [phrase library..[@/libs/lexical_cast/ LexicalCast]:]
* Fixed conversion of `std::basic_string_view` and `boost::basic_string_view`
containing one or more `\0` characters. Issue was introduced in 1.85.0.