On Wed, Sep 14, 2011 at 6:29 AM, Andrea Fontana <[email protected]>wrote:
> dmd gives me this error: > > Error: std.string.split at > /usr/include/d/dmd/phobos/std/string.d(70) conflicts with > std.regex.split(String) at > /usr/include/d/dmd/phobos/std/regex.d(2962) > > It seems there's a name-conflict on standard library. How can I > solve it? > > I encountered this same name conflict with an early code sample from The D Programming Language book. This should probably be added to the errata. I've tried with dmd 2.054 64bit and 2.056 64bit both compiled by > myself on my ubuntu machine. > > > > Regards, Brad Anderson
