Open jwnimmer-tri opened 4 days ago
The dynamic_cast operation does not meet our styleguide requirements for being inline. We need to move the definitions to the cc files.
dynamic_cast
This change is tangentially inspired by https://github.com/RobotLocomotion/drake/issues/22204.
This change is
FYI @rpoyner-tri I am not going to try to get this reviewed and merged until next week, but in case it helps your testing feel free to cherry-pick it for now.
The
dynamic_cast
operation does not meet our styleguide requirements for being inline. We need to move the definitions to the cc files.This change is tangentially inspired by https://github.com/RobotLocomotion/drake/issues/22204.
This change is