🚨 fix warning

This commit is contained in:
Niels Lohmann 2022-12-18 22:03:46 +01:00
parent 8f3a183d76
commit 10b17d08e6
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -16,7 +16,8 @@ Examples of such functionality might be metadata, additional member functions (e
#### Default type #### Default type
The default value for `CustomBaseClass` is `void`. In this case an [empty base class](https://en.cppreference.com/w/cpp/language/ebo) is used and no additional functionality is injected. The default value for `CustomBaseClass` is `void`. In this case an
[empty base class](https://en.cppreference.com/w/cpp/language/ebo) is used and no additional functionality is injected.
#### Limitations #### Limitations