[libcxx-commits] [libcxx] [libc++] Correctly handle custom deleters in hardened unique_ptr<T[]> (PR #110685)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 1 08:56:00 PDT 2024
ldionne wrote:
> Thanks for the quick fix!
>
> Might be nice to give custom deleters some way to opt in to this, but that can be for the future :)
I am iffy about exposing a vendor extension for this. Instead I think it would make more sense to pursue standardization of `make_unique`-like APIs that support a custom deleter.
https://github.com/llvm/llvm-project/pull/110685
More information about the libcxx-commits
mailing list