mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 17:26:13 +00:00
Ensures `std::default_delete<T>` is used to look up the deleter for a type instead of `delete` directly.
Ensures `std::default_delete<T>` is used to look up the deleter for a type instead of `delete` directly.