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 7a00f2a commit f3dcb4e
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 @@ -230,7 +230,7 @@ It simply swaps pointers, or a pointer and a trivial value, or copies a trivial
#### Fancy pointers

`basic_json` is compatible with boost [boost::interprocess::offset_ptr](https://www.boost.org/doc/libs/1_86_0/doc/html/interprocess/offset_ptr.html),
provided that the implementing containers for arrays and objects, are. In the example below, boost containers are used.
provided that the implementing containers for arrays and objects, are also compatible. In the example below, boost containers are used.

```cpp
#include <boost/interprocess/managed_shared_memory.hpp>
Expand Down

0 comments on commit f3dcb4e

Please sign in to comment.