Pavel Sanda <sa...@lyx.org> writes: | Lars Gullik Bj?nnes wrote: >> Would be fun to see how far off we are from being able to use C++11. > | Which minimum version of gcc/MSVC is needed for your fun?
I think we have to wait a bit. I'd prefere c++11 to be out of experimental state in gcc. So gcc 4.8 earliest, although in reality 4.6 might be ok, 4.7 certainly is. | Are there other projects around KDE/Qt already using C++11? | Perhaps the natural time would be when Qt start to use it. Dunno. I'd say no... we can certainly use c++11 features even if Qt or other libraries do not use it. More dependant on if the toolchain (read: gcc) manage to keep the C++03 and C++11 stdlib versions ABI compatible. MSVC seems yet again to be falling behind. -- Lgb