[libcxx-commits] [PATCH] D62641: Support arrays in make_shared and allocate_shared (P0674R1)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 12 13:08:37 PST 2021
zoecarver added inline comments.
================
Comment at: libcxx/include/memory:2794
+
+ [[no_unique_address]] _Alloc __alloc_;
+};
----------------
Actually, because we're inheriting this base class, the `[[no_unique_address]]` isn't needed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62641/new/
https://reviews.llvm.org/D62641
More information about the libcxx-commits
mailing list