pybind / pybind11_protobuf

Pybind11 bindings for Google's Protocol Buffers
Other
54 stars 33 forks source link

Use `dynamic_cast<const ProtoType *>` instead of `static_cast`. #131

Closed copybara-service[bot] closed 10 months ago

copybara-service[bot] commented 10 months ago

Use dynamic_cast<const ProtoType *> instead of static_cast.