From 15f7fb7eaa440f7c9e8822636a3afa6905e7d495 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 4 Dec 2021 00:32:27 -0500 Subject: [PATCH] Move Notes to a top level section --- doc/allocator_traits.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/allocator_traits.qbk b/doc/allocator_traits.qbk index f04a62b..6372cbb 100644 --- a/doc/allocator_traits.qbk +++ b/doc/allocator_traits.qbk @@ -102,6 +102,8 @@ static void construct(A& a, T* p, Args&&... args);`] [endsect] +[endsect] + [section Notes] # The member `rebind_alloc` is not provided for parity with C++03 where it is @@ -112,5 +114,3 @@ or more simply with `allocator_rebind_t`. [endsect] [endsect] - -[endsect]