Skip to content

Commit

Permalink
allocators doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Oct 30, 2024
1 parent 8c528cb commit 66f7158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/corelib/json/allocators.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ must be wrapped by a [std::scoped_allocator_adaptor](https://en.cppreference.com

Every constructor has a version that accepts an allocator argument, this is required for
allocator propogation. A long string, byte string, array or object makes use of the
allocator argument to allocate storage. For the other data members (an empty object, short string,
allocator argument to allocate storage. For the other data members (short string,
number, boolean, or null) the allocator argument is ignored.

A long string, byte string, array and object data member all contain a pointer `ptr` obtained
Expand Down

0 comments on commit 66f7158

Please sign in to comment.