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

Илья Ярошенко <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Илья Ярошенко <[email protected]> ---
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.

--

Reply via email to