dash icon indicating copy to clipboard operation
dash copied to clipboard

Honor output range distribution in dash::transform

Open devreal opened this issue 7 years ago • 2 comments

  1. Implement global-to-global dash::copy, needed for
  2. dash::transform that honors the distribution of the output range for local input ranges, which
  3. now also works with std iterators, .e.g, coming from std::vector

Fixes #386

devreal avatar May 10 '17 15:05 devreal

@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.

fuchsto avatar Jun 02 '17 10:06 fuchsto

Perfect, thanks a lot!

devreal avatar Jun 02 '17 10:06 devreal