[Issue 13717] `split` no longer defined by std.string
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Nov 12 08:06:21 PST 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13717
Илья Ярошенко <ilyayaroshenko at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilyayaroshenko at gmail.com
--- Comment #2 from Илья Ярошенко <ilyayaroshenko at gmail.com> ---
This is not regression!
There is not any documentation for std.string.split.
This code
------
import std.string;
auto d = "ab cd ef".split;
------
compiles before only because DMD bug.
We should NOT use global selective imports in druntime and phobos, until DMD
bug will be fixed.
--
    
    
More information about the Digitalmars-d-bugs
mailing list