Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> I have changed most non-pod return to return a const object,
| Lars> this avoid spurrius changes to temporary object and is in most
| Lars> cases a lot nicer (with a potential speedup)
|
| Could you enlighten me on what a pod is?
POD = "Plain Old Data"
It is all builtin types + enums.
| Lars> please try the current cvs out and report all problems releated
| Lars> to this checkin.
|
| The "using std::istringsteam" got lost in the meantime. Can I add them
| to Lsstream header? Well, I think I'll do it anyway.
|
| JMarc
|
| PS: [nit-pick] shouldn't LString.h be renamed Lstring, in the spirit
| of Lsstream?
Tja, or should Lsstream be renamged LSstream ? Just leave it as it is now.
Lgb