You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust any_cast_base<FancyHelloGreeter> to map to HelloGreeter
- Reflects the intended design that any_cast_base does not need to map
directly to the root base, but can resolve recursively via intermediate types.
- Enables fine-grained control over polymorphic casting resolution.
0 commit comments