Re: [Cppcms-users] Compilation errors using gcc 4.5 and c++0x
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-06-26 19:44:21
|
> > Actually, CppCms compiles fine without the --std=c++0x > flag. I saw you > are using the auto keyword in the templates loops if > available and > since I am using it too, decided to give it to CppCms > also. Note, I don't really need C++0x mode to get nice way to iterate over collections. Under gcc, intel and even SunStudo (I used to support) compilers I have typeof or __typeof__ which is very close to decltype so auto is not so necessary, but still I'm really looking forward for it in all modern compilers as for C++0x at all. If today C++0x was supported by most compilers I would not need half of Booster today. Regards Artyom |