[Issue 17019] std.algorithm.iteration.each should be usable with parallel

2018-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17019

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 17019] std.algorithm.iteration.each should be usable with parallel

2018-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17019

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/3f44a4cd73a2c6423d4a49e3354b02a4acac2dfe
Fix issue 17019 - std.algorithm.iteration.each should be usable with parallel

https://github.com/dlang/phobos/commit/bb769cfaf51f32a9f20567f885361fe828e9f8a3
Merge pull request #4990 from wilzbach/fix-15357-each-foreach

Fix issue 17019: `each` should be usable with parallel (and behave like
foreach)
merged-on-behalf-of: Andrei Alexandrescu 

--


[Issue 17019] std.algorithm.iteration.each should be usable with parallel

2018-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17019

Seb  changed:

   What|Removed |Added

   Keywords||bootcamp
 CC||greensunn...@gmail.com

--