I am considering using some C ++ 11 features (like auto for example) in some cross-platform projects (Windows + Mac). In Windows, Visual Studio supports parts of the upcoming C ++ 11 standard, which will allow me to simplify parts of the code base, so naturally, I would be interested to start using these functions.
But as far as I know, the current version of Xcode (3.2.4 + GCC 4.2) does not support any C ++ 11 features at all. Can I upgrade the GCC version or CLang version? Or should I just bite my tongue and wait for Apple to pack the new version in the future?
c ++ gcc c ++ 11 xcode clang
villintehaspam Jan 01 '10 at 13:52 2011-01-01 13:52
source share