Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Oct 24, 2024
1 parent 36628ac commit 23390de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.178.0
-------

0.177.0
-------

Expand Down
2 changes: 1 addition & 1 deletion doc/ref/corelib/basic_json.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace pmr {
A `basic_json` is a union type that can hold one of a number of possible data members,
some that require an allocator (a long string, byte string, array, or object),
and others that are trivially copyable that do not (an empty object, short string, number, boolean, or null).
and other trivially copyable ones that do not (an empty object, short string, number, boolean, or null).
The data member may be tagged with a [semantic_tag](semantic_tag.md) that provides additional
information about its value. The sizeof a `basic_json` regardless of its template parameters
is normally 16 bytes.
Expand Down

0 comments on commit 23390de

Please sign in to comment.