[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
Thu Oct 17 14:57:05 PDT 2019


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

Removed unnecessary marking of runtime code path.


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
  libcxx/test/support/test_iterators.h
  libcxx/test/support/test_macros.h
  libcxx/test/support/user_defined_integral.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68837.225530.patch
Type: text/x-patch
Size: 29033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191017/0d464c05/attachment-0001.bin>


More information about the libcxx-commits mailing list