[Issue 8668] public selective import makes functions conflict when otherwise they don't

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 8 18:31:42 PST 2013


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


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TDPL


--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> 2013-01-08 18:31:41 PST ---
>From bug 8035:
----
import std.regex, std.string;

void main() {
    split(s"hello", regex("[ \t,.;:?]+"));
}
----

This is a TDPL issue at p.18 (http://erdani.com/tdpl/errata/).

-- 
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