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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 12 11:09:26 PDT 2019


zoecarver updated this revision to Diff 214669.
zoecarver added a comment.

- update constexpr tests (now they have full test coverage in a constexpr context)
- add constexpr to internal functions
- upgrade move functions to be constexpr


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

https://reviews.llvm.org/D65721

Files:
  libcxx/include/algorithm
  libcxx/include/iterator
  libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65721.214669.patch
Type: text/x-patch
Size: 15204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190812/c9335793/attachment.bin>


More information about the libcxx-commits mailing list