[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
Wed Jun 7 09:27:35 PDT 2017


mclow.lists created this revision.

There are versions of `reduce` and `transform_reduce` that take an execution policy, and those that do not.
This implements the ones that do not.


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.101756.patch
Type: text/x-patch
Size: 25356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170607/62c87cf9/attachment-0001.bin>


More information about the cfe-commits mailing list