>> Jochen Kuepper writes:
JK> Hey, I was more or less asking when you are done with
JK> restructuring 1.1 :-)
Ha!
JK> No, seriously, I was asking what I could do about the string
JK> stuff. You are going to replace everything by STL string ? Get
JK> rid of LString in the end ? Shall I do some stuff on that if I
JK> have fun to do it, or would it be better to let you ge back into
JK> it - not to waste my time.
LString has been compeletly rewritten to be a true subset of STL
string, the only things missing is reverse iterators. More work on
LString is not wanted (we don't want to waste effort optimizing
LString when we are going to eventually switch to true STL string
anyway), there are a couple of known bugs in LString but those are
mostly compability issues and should not be important.
To make LyX 1.1 compile with STL string should now be possible, and I
can't see why it fails... I'll try to have a look...
To make all the string using/modifing functions to use the support of
STL string is something you could help with...
Lgb