Skip to content

Commit 73ddb75

Browse files
committed
Fix code release notes to avoid a quickbook error that interprets a missing [[endsect]].
1 parent 0872852 commit 73ddb75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/container.qbk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)