No subject


Tue Aug 30 15:47:41 CEST 2005


I did not test it but most likely after removing semicolons old version
of gcc will still be OK with syntax.
If this is the case there is no need for the macro.

Alex

-----Original Message-----
From: Holger Schurig [mailto:hs4233 at mail.mn-solutions.de]=20
Sent: Thursday, September 01, 2005 2:47 AM
To: konq-e at kde.org
Subject: Re: A perl script to clean ";" from konqueror
konqueror-embedded-snapshot-20030705

> arm-linux-toolchain-bin-12-15-04-driscoll.tar.gz toolchain

I don't think that many know this toolchain. What does "g++ --version"
say? =20
Or, in other words, for which version of G++ do you need the semicolons
and=20
for which ones you don't ?

Maybe we can do this with some macro, e.g.=20

namespace BLAH {
} KONQE_NAMESPACE_KLUDGE

and in some header file


#if gcc_version > x.y
#define KONQE_NAMESPACE_KLUDGE
#else
#define KONQE_NAMESPACE_KLUDGE ;
#endif


_______________________________________________
konq-e mailing list
konq-e at kde.org
https://mail.kde.org/mailman/listinfo/konq-e


More information about the konq-e mailing list