[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
       
    Mon Dec 26 19:37:07 PST 2022
    
    
  
philnik updated this revision to Diff 485337.
philnik added a comment.
Rebased
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.485337.patch
Type: text/x-patch
Size: 14226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221227/c6bf12e6/attachment-0001.bin>
    
    
More information about the libcxx-commits
mailing list