Update docs/mkdocs/docs/api/basic_json/json_base_class_t.md

Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Raphael Grimm 2022-07-05 09:24:43 +02:00 committed by barcode
parent 050a831f55
commit 21d0d38073

View File

@ -18,7 +18,7 @@ Examples for such functionality might be metadata, additional member functions (
The default value for `CustomBaseClass` is `void`. In this case an empty base class is used and no additional functionality is injected.
#### Limits
#### Limitations
The type `CustomBaseClass` has to be a default constructible class.
`basic_json` only supports copy/move construction/assignement if `CustomBaseClass` does so as well.