From 7a00f2aa84be36fa74f39b8bfa8a10ca609a59cf Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Wed, 30 Oct 2024 16:42:52 -0400 Subject: [PATCH] allocators doc --- doc/ref/corelib/json/allocators.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/ref/corelib/json/allocators.md b/doc/ref/corelib/json/allocators.md index 3cd9947bc..82a725f1b 100644 --- a/doc/ref/corelib/json/allocators.md +++ b/doc/ref/corelib/json/allocators.md @@ -19,10 +19,6 @@ the data representing the long string, byte string, array or object, and the allocator used to allocate that storage. To later deallocate that storage, the allocator is retrieved with `ptr->get_allocator()`. -contains a pointer to underlying storage, -the allocator is used to allocate that storage, and it is retained in that storage. - - #### Propagation The allocator applies not only to a `basic_json`'s data member, but also to its data member's elements. For example: