[Issue 13717] `split` no longer defined by std.string

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 12 09:22:21 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13717

--- Comment #14 from Илья Ярошенко <ilyayaroshenko at gmail.com> ---
This is not good solution:
------
import std.array;
import std.string;

"foo bar".split(); //Error: much more then one template
------

--


More information about the Digitalmars-d-bugs mailing list