Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
native_proto_caster.h: Add
*_with_smart_holder_support_enabled
spec…
…ializations. 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: 658807442
- Loading branch information