[all-commits] [llvm/llvm-project] 2fcf99: [libc++] Implement P0174R2 (Deprecating Vestigial ...
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Jun 20 23:22:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fcf99d703464882fec88324be7b08f78e004a3f
https://github.com/llvm/llvm-project/commit/2fcf99d703464882fec88324be7b08f78e004a3f
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/Status/Cxx17Papers.csv
M libcxx/include/__algorithm/inplace_merge.h
M libcxx/include/__algorithm/stable_partition.h
M libcxx/include/__algorithm/stable_sort.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/temporary_buffer.h
M libcxx/test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
M libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
A libcxx/test/std/utilities/memory/temporary.buffer/depr.verify.cpp
M libcxx/test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp
M libcxx/test/std/utilities/memory/temporary.buffer/temporary_buffer.pass.cpp
Log Message:
-----------
[libc++] Implement P0174R2 (Deprecating Vestigial Library Parts in C++17)
Reviewed By: ldionne, Mordante, #libc
Spies: jwakely, libcxx-commits
Differential Revision: https://reviews.llvm.org/D127387
More information about the All-commits
mailing list