http://d.puremagic.com/issues/show_bug.cgi?id=6730


Denis Shelomovskij <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Severity|enhancement                 |normal


--- Comment #5 from Denis Shelomovskij <[email protected]> 2013-10-03 
10:46:09 MSD ---
Thing are really bad here as `std.range` which is often imported with
`std.algorithm` publicly imports `std.array` so this will fail to compile:
---
import std.algorithm, std.range;

void main()
{ "".splitter(); }
---

Too bad. Lets do something with this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to