[libcxx-commits] [PATCH] D127678: [libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_union)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 20 23:08:04 PST 2023


philnik updated this revision to Diff 491039.
philnik marked an inline comment as done.
philnik added a comment.

Address comments

I wasn't able to reproduce the issue locally. I hope the rebase fixed the problem.


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.491039.patch
Type: text/x-patch
Size: 14221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230121/6f4e2f02/attachment.bin>


More information about the libcxx-commits mailing list