[libcxx-commits] [PATCH] D127678: [libc++] Implement parts of P1413R3 (Deprecate std::aligned_storage and std::aligned_union)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 13 11:37:05 PDT 2022
philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
The aliases aren't marked deprecated currently because there is no way to do that AFAIK.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127678
Files:
libcxx/docs/Status/Cxx2b.rst
libcxx/docs/Status/Cxx2bPapers.csv
libcxx/include/__config
libcxx/include/type_traits
libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/allocate.pass.cpp
libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/deallocate.pass.cpp
libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.depr.verify.cpp
libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp
libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_union.depr.verify.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127678.436495.patch
Type: text/x-patch
Size: 7958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220613/c6970b42/attachment.bin>
More information about the libcxx-commits
mailing list