Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(smart_holder): Use std::default_delete.
Ensures `std::default_delete<T>` is used to look up the deleter for a type instead of `delete` directly.
- Loading branch information