[libcxx-commits] [PATCH] D153991: [libc++] explicitly specialises `unique_ptr` when using `default_delete`
David Blaikie via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 28 12:28:21 PDT 2023
dblaikie added a comment.
In D153991#4456931 <https://reviews.llvm.org/D153991#4456931>, @philnik wrote:
> A lot of the reduced symbols is probably the avoidance of `__compressed_pair` right now.
On that note - spun off this discussion: https://discourse.llvm.org/t/reducing-overhead-of-compressed-pair/71660
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153991/new/
https://reviews.llvm.org/D153991
More information about the libcxx-commits
mailing list