llvm-project/libcxx/test/std/algorithms
zoecarver 3ed89b51da [Take 2] [libc++] Make rotate a constexpr.
This patch makes `std::rotate` a constexpr. In doing so, this patch also
updates the internal `__move` and `__move_backward` funtions to be
constexpr.

This patch was previously reverted in ed653184ac because it was missing
some UNSUPPORTED markup for older compilers. This commit adds it.

Differential Revision: https://reviews.llvm.org/D65721
2020-09-14 18:14:46 -04:00
..
alg.c.library Support tests in freestanding 2019-02-04 20:31:13 +00:00
alg.modifying.operations [Take 2] [libc++] Make rotate a constexpr. 2020-09-14 18:14:46 -04:00
alg.nonmodifying [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
alg.sorting [Take 2] [libc++] Make rotate a constexpr. 2020-09-14 18:14:46 -04:00
algorithms.general Support tests in freestanding 2019-02-04 20:31:13 +00:00