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
The
* `copyable_holder_caster_shared_ptr_with_smart_holder_support_enabled` and
* `move_only_holder_caster_unique_ptr_with_smart_holder_support_enabled`
SFINAE helpers were introduced with pybind/pybind11#5257. They need to be specialized here (`std::false_type`) because native_proto_caster.h has its own specializations for
* `copyable_holder_caster<ProtoType, std::shared_ptr<ProtoType>>` and
* `move_only_holder_caster<ProtoType, std::unique_ptr<ProtoType>>`.
PiperOrigin-RevId: 658867114
0 commit comments