File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ struct type_caster<
9191 : public pybind11_protobuf::proto_caster<
9292 ProtoType, pybind11_protobuf::native_cast_impl> {};
9393
94- #if defined(PYBIND11_HAVE_INTERNALS_WITH_SMART_HOLDER_SUPPORT )
94+ #if defined(PYBIND11_HAS_INTERNALS_WITH_SMART_HOLDER_SUPPORT )
9595
9696template <typename ProtoType>
9797struct copyable_holder_caster_shared_ptr_with_smart_holder_support_enabled <
@@ -103,7 +103,7 @@ struct move_only_holder_caster_unique_ptr_with_smart_holder_support_enabled<
103103 ProtoType, enable_if_t <std::is_base_of<::google::protobuf::Message, ProtoType>::value>>
104104 : std::false_type {};
105105
106- #endif // PYBIND11_HAVE_INTERNALS_WITH_SMART_HOLDER_SUPPORT
106+ #endif // PYBIND11_HAS_INTERNALS_WITH_SMART_HOLDER_SUPPORT
107107
108108// NOTE: If smart_holders becomes the default we will need to change this to
109109// type_caster<std::unique_ptr<ProtoType, D>, ...
You can’t perform that action at this time.
0 commit comments