>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Is the .str().c_str() trick needed anymore? It seems that we
Lars> have just plain .str() several places in the code and have not
Lars> got any failure reports about this yet?
It seems that it is needed if we use the native ostreamstream with
lyxstring. We could work around that by always using our own
ostreamstream when using lyxstring.
Lars> Unless I get objections I will change .str().c_str() into just
Lars> .str() where approp. (if objections we should change .str() to
Lars> str.().c_str() to be safe)
I'll try as soon as I can compile again with xforsm 0.88 (waiting for
Juergen commit).
JMarc