[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 10 15:03:16 PDT 2019


mpark created this revision.
mpark added reviewers: ldionne, EricWF, mclow.lists.
Herald added subscribers: libcxx-commits, dexonsmith, christof.
Herald added a project: libc++.

Repository:
  rG LLVM Github Monorepo

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.224487.patch
Type: text/x-patch
Size: 12017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191010/afc76ea2/attachment-0001.bin>


More information about the libcxx-commits mailing list