mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Added changelog about basic_string
This commit is contained in:
@@ -1458,6 +1458,7 @@ use [*Boost.Container]? There are several reasons for that:
|
|||||||
* Implemented overaligned allocation support for `new_allocator` and `pmr::new_delete_resource()`:
|
* Implemented overaligned allocation support for `new_allocator` and `pmr::new_delete_resource()`:
|
||||||
* If available, uses C++17's utilities under the `__cpp_aligned_new` feature.
|
* If available, uses C++17's utilities under the `__cpp_aligned_new` feature.
|
||||||
* Uses alternative aligned allocation functions (`posix_memalign`, `aligned_alloc`, `_aligned_malloc`...) otherwise.
|
* Uses alternative aligned allocation functions (`posix_memalign`, `aligned_alloc`, `_aligned_malloc`...) otherwise.
|
||||||
|
* Updated `basic_string` to the latest standard API: Added missing `string_view` members and updated `operator[]` to be able to return the terminating null.
|
||||||
* Fixed bugs/issues:
|
* Fixed bugs/issues:
|
||||||
* [@https://github.com/boostorg/container/issues/323 GitHub #323: ['"flat_tree::try_emplace UB"]].
|
* [@https://github.com/boostorg/container/issues/323 GitHub #323: ['"flat_tree::try_emplace UB"]].
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user