>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> Yes, it seems to work. The rest of the compilation still
Lars> triggers a | compiler error on gcc 2.8.1 and breaks with cxx
Lars> because lyxstring does | not have a composite() method.

Lars> What is the composite method needed for?

There is a template

template <class Stream, class T>
inline void composite(Stream& stream, T& data) {
        data.composite(stream);
}

in xtl/objio.h. I do not know what it is good for, though.

JMarc

Reply via email to