mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-30 11:27:01 +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.