Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

>>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> No specifics? Bad for you arguments then...
>
| I'm not giving arguments, just warnings. I know that you are going to
| apply your patch anyway, so I am covering my ass. I bet you can
| already here be yell "I told you so!".

I realize that... but to soothe you a bit... I do not really add
anything new, I just makes it more consistent.

f.ex.   we use sometimes find("c") and sometimes find('c'), both work,
but find('c') is faster and has smaller mem-footprint. same goes for
<< "c" vs. << 'c' and + "c" vs. + 'c'.

-- 
        Lgb

Reply via email to