Re: string::find_first_not_of

1999-10-19 Thread Juergen Vigna
On 19-Oct-99 Asger K. Alstrup Nielsen wrote: >> shouln't return the above function and also find_first_of(...) an index >> startin from 0 as all string functions do normally? I need a fast answer >> as someone (I guess I know how ;) missinterpreted some function calls >> in vspace.C and so they d

Re: string::find_first_not_of

1999-10-19 Thread Asger K. Alstrup Nielsen
> shouln't return the above function and also find_first_of(...) an index > startin from 0 as all string functions do normally? I need a fast answer > as someone (I guess I know how ;) missinterpreted some function calls > in vspace.C and so they don't work anymore. Now I would like to know > if I