[libcxx-commits] [PATCH] D65721: Make rotate a constexpr

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 6 09:56:49 PDT 2019


mclow.lists added a comment.

`rotate` and a bunch of other algorithms were made constexpr in P0202 <https://wg21.link/P0202>, adopted in ABQ.

We've done some of them already; we should do the rest.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D65721





More information about the libcxx-commits mailing list