[libcxx-commits] [PATCH] D68837: [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr.

Michael Park via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 11 11:46:39 PDT 2019


mpark updated this revision to Diff 224643.
mpark added a comment.

Fixed the bug around the use of `__libcpp_is_constant_evaluated`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68837

Files:
  libcxx/include/algorithm
  libcxx/include/iterator
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68837.224643.patch
Type: text/x-patch
Size: 13837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191011/79ad4682/attachment-0001.bin>


More information about the libcxx-commits mailing list