mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 16:32:12 +00:00
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
|
|
## Multiple Inheritance
|
|
|
|
Multiple inheritance is supported, with the exception of repeated inheritance.
|
|
|
|
Virtual inheritance is supported, but it incurs calls to `dynamic_cast` to cast
|
|
the method's arguments to the types required by the overrider.
|