[Issue 13717] `split` no longer defined by std.string
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Nov 12 08:48:49 PST 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13717
monarchdodra at gmail.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra at gmail.com
--- Comment #5 from monarchdodra at gmail.com ---
The `split(string)` qnd splitter variants *should* be visible from std.string.
It was recently removed from std.string and moved to std.algorithm due to
function/alias conflicts. These are string specific functions so at least that
specific overload should be included by std.string.
--
    
    
More information about the Digitalmars-d-bugs
mailing list