Angus Leeming <[EMAIL PROTECTED]> writes:
| This may of course be a function of my using lyxstring
| rather than STL string? How much would I need to hack the
| code base to remove those calls to string::clear() I wonder?
I think we have to "bite i det sure eplet"� and ditch lyxstring, it
has served us well and it was fun to implement. std::string::clear ==
std::string::erase(), so q tags-query-replace on all the code should
be enough to fix that one. A harder problem is that on some
implementations of std::sting (egcs's) the arguments to
std::string::replace is in the wrong order so this need to be verified
and investigated.
� (my keyboard does not have a ^1)
This is a norwegian expression, but I excpet the danes and the
swedes have the same one: tranlated it means something like "take a
bite of the sour apple".
Lgb