regexp conflicts with string

Jarrett Billingsley kb3ctd2 at yahoo.com
Mon May 8 09:05:02 PDT 2006


<sailormo at tpts6.seed.net.tw> wrote in message 
news:e3npqn$1bf5$1 at digitaldaemon.com...
> C:\dmd\bin\..\src\phobos\std\regexp.d(246): function std.regexp.find 
> conflicts w
> ith std.string.find at C:\dmd\bin\..\src\phobos\std\string.d(272)
>
> Why?? why these two standard libraries would conflict with each other??
> And how to solve it??

I don't know, and to solve it, just use the full name (i.e. std.regexp.find 
or std.string.find).  This pisses me off when using std.ctype and std.stream 
at the same time as well, as they have a couple of conflicting names. 





More information about the Digitalmars-d mailing list