[Issue 6730] std.algorithm.splitter conflicts with std.array.splitter

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 2 23:46:11 PDT 2013


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


Denis Shelomovskij <verylonglogin.reg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |verylonglogin.reg at gmail.com
           Severity|enhancement                 |normal


--- Comment #5 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list