From kde-edu Sat Jan 18 14:59:56 2014 From: David Narvaez Date: Sat, 18 Jan 2014 14:59:56 +0000 To: kde-edu Subject: Re: [kig] /: Enable C++11 Message-Id: X-MARC-Message: https://marc.info/?l=kde-edu&m=139005724223902 On Fri, Jan 17, 2014 at 7:27 PM, Frederik Gladhorn wrote: > Are you sure this is a good idea? > > Older versions of these compilers do not support C++11, so your logic is > flawed. If at all you'd have to also check for versions and even if there is > C++11 support, it varies which features are implemented. > > I'd suggest you take a look at > qtbase/src/corelib/global/qcompilerdetection.h in Qt 5 if you really want to > go in this direction. I pretty much copied what was done in KDevPlatform[1] to enable C++11 support, but I'll take a look at Qt5 as you suggest. My interpretatinon of enabling C++11 is not supporting older versions of those compilers that do not support the flag, but I agree it could be done in a more elegant way like displaying nice error messages. Thanks for the feedback! David E. Narvaez [1] http://commits.kde.org/kdevplatform/fedb51885a812f2dad631441018c66a60bef0dc3 _______________________________________________ kde-edu mailing list kde-edu@mail.kde.org https://mail.kde.org/mailman/listinfo/kde-edu