mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 08:32:02 +00:00
Remove is_holder_type<unique_ptr>
This commit is contained in:
parent
c6a917eeae
commit
e4d0a55575
@ -878,9 +878,6 @@ struct always_construct_holder {
|
|||||||
template <typename base, typename holder>
|
template <typename base, typename holder>
|
||||||
struct is_holder_type
|
struct is_holder_type
|
||||||
: std::is_base_of<detail::type_caster_holder<base, holder>, detail::type_caster<holder>> {};
|
: std::is_base_of<detail::type_caster_holder<base, holder>, detail::type_caster<holder>> {};
|
||||||
// Specialization for always-supported unique_ptr holders:
|
|
||||||
template <typename base, typename deleter>
|
|
||||||
struct is_holder_type<base, std::unique_ptr<base, deleter>> : std::true_type {};
|
|
||||||
|
|
||||||
#ifdef PYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_IMPLEMENTATION // See PR #4888
|
#ifdef PYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_IMPLEMENTATION // See PR #4888
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user