Update docs/mkdocs/docs/api/basic_json/json_base_class_t.md
Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
parent
763c59dc7c
commit
0ce9ded3ed
@ -20,7 +20,7 @@ The default value for `CustomBaseClass` is `void`. In this case an empty base cl
|
|||||||
|
|
||||||
#### Limitations
|
#### Limitations
|
||||||
|
|
||||||
The type `CustomBaseClass` has to be a default constructible class.
|
The type `CustomBaseClass` has to be a default-constructible class.
|
||||||
`basic_json` only supports copy/move construction/assignment if `CustomBaseClass` does so as well.
|
`basic_json` only supports copy/move construction/assignment if `CustomBaseClass` does so as well.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user