File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1450,10 +1450,9 @@ use [*Boost.Container]? There are several reasons for that:
14501450* Uses-allocator construction now handles prefix and suffix allocator conventions even in C++03.
14511451* Implemented C++20's [funcref boost::container::uninitialized_construct_using_allocator uninitialized_construct_using_allocator]
14521452 and [funcref boost::container::make_obj_using_allocator make_obj_using_allocator].
1453- * Added [[nodiscard]] to several allocator and PMR utilities.
1454- * Implemented overaligned operator new/delete support for `new_allocator` and `` pmr::new_delete_resource()`
1453+ * Added ` [[nodiscard]]` to several allocator and PMR utilities.
1454+ * Implemented overaligned operator new/delete support for `new_allocator` and `pmr::new_delete_resource()`
14551455 when C++17's `cpp_aligned_new` is available.
1456- and [funcref boost::container::make_obj_using_allocator make_obj_using_allocator].
14571456* Fixed bugs/issues:
14581457 * [@https://github.com/boostorg/container/issues/323 GitHub #323: ['"flat_tree::try_emplace UB"]].
14591458
You can’t perform that action at this time.
0 commit comments