[libcxx-commits] [PATCH] D127387: [libc++] Implement P0174R2 (Deprecating Vestigial Library Parts in C++17)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 16 02:48:21 PDT 2022


philnik updated this revision to Diff 437487.
philnik added a comment.

- Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127387

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx17Papers.csv
  libcxx/include/__algorithm/inplace_merge.h
  libcxx/include/__algorithm/stable_partition.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/__memory/allocator.h
  libcxx/include/__memory/temporary_buffer.h
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
  libcxx/test/std/utilities/memory/temporary.buffer/depr.verify.cpp
  libcxx/test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp
  libcxx/test/std/utilities/memory/temporary.buffer/temporary_buffer.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127387.437487.patch
Type: text/x-patch
Size: 8908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220616/adac7167/attachment-0001.bin>


More information about the libcxx-commits mailing list