This is an archive of the discontinued LLVM Phabricator instance.

Implement the non-execution policy versions of `inclusive_scan` and `transform_ inclusive_scan` for C++17
Needs ReviewPublic

Authored by mclow.lists on Jun 14 2017, 9:18 AM.

Details

Reviewers
EricWF
wash
Summary

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

Diff Detail

Event Timeline

mclow.lists created this revision.Jun 14 2017, 9:18 AM