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]