The in operator and normal arrays

Jarrett Billingsley kb3ctd2 at yahoo.com
Fri Apr 27 14:20:47 PDT 2007


"Myron Alexander" <dprogramming at myron.RMVETHISalexander.com> wrote in 
message news:f0tona$38c$1 at digitalmars.com...
>    int opIn (char[] val) {
>       return true;
>    }

Change it to opIn_r and it will work.  (Personally I think the forward and 
reverse overloads should be switched, but whatever) 





More information about the Digitalmars-d mailing list