[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
Sat Dec 10 18:00:56 PST 2022


philnik updated this revision to Diff 481891.
philnik marked 2 inline comments as done.
philnik added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127678/new/

https://reviews.llvm.org/D127678

Files:
  libcxx/docs/Status/Cxx2b.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/__config
  libcxx/include/__functional/function.h
  libcxx/include/__type_traits/aligned_storage.h
  libcxx/include/__type_traits/aligned_union.h
  libcxx/include/any
  libcxx/include/future
  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
  libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp
  libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/allocate.pass.cpp
  libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/deallocate.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127678.481891.patch
Type: text/x-patch
Size: 13826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221211/6bc6cfb9/attachment.bin>


More information about the libcxx-commits mailing list