>>>>> "Lars" == Lars Gullik Bj�nnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> And it is certainly not standard on other unix boxen.
Lars> And on the other boxen Gcc 2.7.x is standard?
There is no `standard'. There is what C++ compiler (I'm not only
talking gcc here) happen to be installed on a computer where somebody
wants to install LyX. If the first line of instructions reads
1. Install egcs
then many people will be reluctant to continue.
Lars> What that patch does has nothing to do with gcc 2.7.x as I have
Lars> used most of the constructs he rewrites/changes on such a
Lars> system.
So we might try to fix the code in a way that makes it work for
Andre'. I do not really understand why my posting of this diff (which
was not intended to be applied, after all) made you so upset.
Lars> The only exception might be namespaces.
Yes. We have to decide how we handle that. Would adding
#ifdef CXX_WORKING_NAMESPACES
using pair;
using whatever_we_need;
#endif
in the relevant files make sense?
JMarc