[PATCH] D33997: Implement the non-execution policy versions of `reduce` and `transform_reduce` for C++17

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 10 13:51:41 PDT 2017


mclow.lists updated this revision to Diff 102125.
mclow.lists added a comment.

Rebased now that https://reviews.llvm.org/D34038 has landed; address Richard and Bryce's comments


https://reviews.llvm.org/D33997

Files:
  include/numeric
  test/std/numerics/numeric.ops/reduce/reduce_iter_iter.pass.cpp
  test/std/numerics/numeric.ops/reduce/reduce_iter_iter_T.pass.cpp
  test/std/numerics/numeric.ops/reduce/reduce_iter_iter_T_op.pass.cpp
  test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_init_bop_uop.pass.cpp
  test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init.pass.cpp
  test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init_op_op.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33997.102125.patch
Type: text/x-patch
Size: 25625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170610/5042c429/attachment-0001.bin>


More information about the cfe-commits mailing list