[all-commits] [llvm/llvm-project] 987f08: [libc++] Implement P1413R3 (Deprecate std::aligned...
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Jan 21 06:08:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 987f08fe229c2d857b28f08b3b1ba149e1b16851
https://github.com/llvm/llvm-project/commit/987f08fe229c2d857b28f08b3b1ba149e1b16851
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-01-21 (Sat, 21 Jan 2023)
Changed paths:
M libcxx/docs/Status/Cxx2b.rst
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/include/__config
M libcxx/include/__functional/function.h
M libcxx/include/__type_traits/aligned_storage.h
M libcxx/include/__type_traits/aligned_union.h
M libcxx/include/any
M libcxx/include/future
M libcxx/include/type_traits
M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/allocate.pass.cpp
M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/deallocate.pass.cpp
A libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.depr.verify.cpp
M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp
A libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_union.depr.verify.cpp
M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp
M libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/allocate.pass.cpp
M libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/deallocate.pass.cpp
Log Message:
-----------
[libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_union)
There are no tests for the aliases because clang doesn't diagnose deprecated template aliases currently.
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D127678
More information about the All-commits
mailing list