>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Just face it, lyxstring is not created for use in modern c++
Lars> libs where several components are dependant upon the existance
Lars> of basci_string<>
OK, so how difficult would it be to use real string on all systems?
I'd like to be able to compile 1.1.5 on cxx (and my compiler has still
not been updated).
On a different idea, is it possible to do a bogus basic_string<>,
derived from lyxstring and which simply ignores the template
parameters? It is certainly a hack, but could get us some time.
JMarc