Upgrade Python packages (#3891)

This commit is contained in:
Niels Lohmann
2022-12-19 07:25:05 +01:00
committed by GitHub
parent 80dfb049b3
commit a2f0593649
2 changed files with 27 additions and 26 deletions

View File

@@ -16,7 +16,8 @@ Examples of such functionality might be metadata, additional member functions (e
#### 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