mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 22:26:04 +00:00

This patch makes `std::rotate` a constexpr. In doing so, this patch also updates the internal `__move` and `__move_backward` funtions to be constexpr. Reviewed By: ldionne Differential Revision: https://reviews.llvm.org/D65721