> "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
Allan Rae <[EMAIL PROTECTED]> writes:
| I think this problem and those reported by cxx are due to not enough
| jiggery-pokery in LString.h. XTL's methods are written as:
| void input_simple(std::string &);
|
| for example, but we only:
| typedef lyxstring string;
|
| We should prob
On Tue, 25 Apr 2000, Angus Leeming wrote:
> Allan, this one is for you I think.
>
> Attempting to compile the rae branch of CVS with gcc-2.95.2 and
> lyxstring I get the follwing at linking:
>
> Unresolved:
> overflow_error::overflow_error(lyxstring const &)
>
> This makes sense. In xtl/objio.
Allan, this one is for you I think.
Attempting to compile the rae branch of CVS with gcc-2.95.2 and lyxstring I get
the follwing at linking:
Unresolved:
overflow_error::overflow_error(lyxstring const &)
This makes sense. In xtl/objio.h we have:
class mem_buffer {
...
public: