From kde-devel Thu Jan 31 11:09:36 2002 From: Thomas Leitner Date: Thu, 31 Jan 2002 11:09:36 +0000 To: kde-devel Subject: Re: non-g++ compilation error in kapplication.cpp X-MARC-Message: https://marc.info/?l=kde-devel&m=101247551623583 > > Yes ... using an ANSI/ISO C++ capable compiler? The code above should be > > perfectly correct C++, and IIRC e.g. Borland C++ supported it even before the > > newest things like 'mutable' or 'explicit' came. Can your compiler compile > > the attached piece of code (with or without the '#if 0' )? > > Removing the #if/#endif pair, Compaq C++ V6.3-018 compiles the code. Yes, but not with the "-std gnu" flag turned on, which is needed for other parts of KDE. It seems to be a compiler problem. I'm in touch with Compaq CXX folks about that. Tom >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<