A perl script to clean "; " from konqueror konqueror-embedded-snapshot-20030705

Holger Schurig hs4233 at mail.mn-solutions.de
Thu Sep 1 08:47:15 CEST 2005


> 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?  
Or, in other words, for which version of G++ do you need the semicolons and 
for which ones you don't ?

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

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




More information about the konq-e mailing list