File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ struct type_caster<
91
91
: public pybind11_protobuf::proto_caster<
92
92
ProtoType, pybind11_protobuf::native_cast_impl> {};
93
93
94
- #if defined(PYBIND11_HAVE_INTERNALS_WITH_SMART_HOLDER_SUPPORT )
94
+ #if defined(PYBIND11_HAS_INTERNALS_WITH_SMART_HOLDER_SUPPORT )
95
95
96
96
template <typename ProtoType>
97
97
struct 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<
103
103
ProtoType, enable_if_t <std::is_base_of<::google::protobuf::Message, ProtoType>::value>>
104
104
: std::false_type {};
105
105
106
- #endif // PYBIND11_HAVE_INTERNALS_WITH_SMART_HOLDER_SUPPORT
106
+ #endif // PYBIND11_HAS_INTERNALS_WITH_SMART_HOLDER_SUPPORT
107
107
108
108
// NOTE: If smart_holders becomes the default we will need to change this to
109
109
// type_caster<std::unique_ptr<ProtoType, D>, ...
You can’t perform that action at this time.
0 commit comments