@zoecarver
Latest commit 3ed89b5 Sep 14, 2020 History
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 ed65318 because it was missing
some UNSUPPORTED markup for older compilers. This commit adds it.

Differential Revision: https://reviews.llvm.org/D65721
14 contributors

Users who have contributed to this file

@mclow @EricWF @ldionne @zoecarver @tanderson-google @smeenai @vitalybuka @nico @pcc @Nicholas-Baron @DimitryAndric @majnemer