[PATCH] D34211: Implement the non-execution policy versions of `inclusive_scan` and `transform_ inclusive_scan` for C++17

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 14 09:18:38 PDT 2017


mclow.lists created this revision.

This is the last of three patches - https://reviews.llvm.org/D33997 and https://reviews.llvm.org/D34038 were the first two.
When this lands, we'll have all of the new (non-parallel) algorithms that were added in C++17.


https://reviews.llvm.org/D34211

Files:
  include/numeric
  test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan.pass.cpp
  test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op.pass.cpp
  test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op_init.pass.cpp
  test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop.pass.cpp
  test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop_init.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34211.102561.patch
Type: text/x-patch
Size: 27544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170614/d3c25c17/attachment-0001.bin>


More information about the cfe-commits mailing list