> It is not possible to use latest compilers on every platform. For > example, we are still stuck to gcc 2.95 for one of embedded platforms.
I am aware of those situations, but I'd rather /fix/ those than to keep the code ugly just so that it can compile with an old version of gcc. (having the stuff that doesn't compile could be an incentive for updating the compiler...) > > LLVM doesn't support them yet, but it is not yet stable enough to > > compile Qt properly (acc to the project's website) > > Nope, clang is able to compile Qt. I've read it here http://clang.llvm.org/cxx_status.html "Qt Partially compiles; miscompilation of uic prevents complete compilation, qmake works, some small examples also." But if it does work, cool :) Cheerio -- Those people who think they know everything are a great annoyance to those of us who do. -- Isaac Asimov _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
