[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
Wed Oct 16 14:57:54 PDT 2019


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

Renamed the duplicate `test` function.


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.225312.patch
Type: text/x-patch
Size: 29361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191016/5a4c9929/attachment-0001.bin>


More information about the libcxx-commits mailing list