You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/container.qbk
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1458,9 +1458,11 @@ use [*Boost.Container]? There are several reasons for that:
1458
1458
* Implemented overaligned allocation support for `new_allocator` and `pmr::new_delete_resource()`:
1459
1459
* If available, uses C++17's utilities under the `__cpp_aligned_new` feature.
1460
1460
* Uses alternative aligned allocation functions (`posix_memalign`, `aligned_alloc`, `_aligned_malloc`...) otherwise.
1461
+
* Implemented overaligned allocation support for `adaptive_pool`and `node_allocator`
1461
1462
* Updated `basic_string` to the latest standard API: Added missing `string_view` members and updated `operator[]` to be able to return the terminating null.
* [@https://github.com/boostorg/container/issues/328 GitHub #328: ['"boost::container::deque stores a redundant copy of the allocator, increasing size"]].
0 commit comments