dash
dash copied to clipboard
Honor output range distribution in dash::transform
- Implement global-to-global
dash::copy, needed for dash::transformthat honors the distribution of the output range for local input ranges, which- now also works with std iterators, .e.g, coming from
std::vector
Fixes #386
@devreal I merged your changes into PR #410 to fix this on a "substantial" level using views / ranges, your unit test are especially useful for this.
Perfect, thanks a lot!