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
[proto] Replace builtin casts with proto-specific casts for protobuf types. (#45731)
There is a protobuf experiment to "devirtualize"
messages, allowing protobuf to manage the dynamic dispatch of messages.
When enabled, it breaks builtin dynamic/down casts, so the
protobuf-specific alternatives should be preferred.
Risk Level: Low
Testing: unit test
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a
---------
Signed-off-by: Clayton Knittel <cknit1999@gmail.com>
0 commit comments