[libcxx-commits] [PATCH] D93661: [libc++] [P0879] constexpr std::sort, and add new tests for it

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 28 17:40:50 PST 2021


Quuxplusone updated this revision to Diff 320013.
Quuxplusone added a comment.

Temporarily upload the combined diff for D94807 <https://reviews.llvm.org/D94807> (contiguous iterators) and D93661 <https://reviews.llvm.org/D93661> (std::sort) together, to see what buildkite thinks of this whole idea.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93661

Files:
  libcxx/docs/Cxx2aStatusIssuesStatus.csv
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/__memory/pointer_traits.h
  libcxx/include/algorithm
  libcxx/include/filesystem
  libcxx/include/iterator
  libcxx/include/memory
  libcxx/include/version
  libcxx/test/libcxx/iterators/contiguous_iterators.pass.cpp
  libcxx/test/libcxx/iterators/trivial_iterators.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort_constexpr.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort_constexpr_comp.pass.cpp
  libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
  libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/algorithm.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/support/test_iterators.h
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93661.320013.patch
Type: text/x-patch
Size: 62942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210129/319ccab8/attachment-0001.bin>


More information about the libcxx-commits mailing list