Am 26.06.2013 12:33, schrieb Reece Dunn:
I think using C++11 features is a good idea, but you shouldn't rely on __cplusplus being set to 201103 or higher, as most compilers (or all?) didn't set it so yet, probably because they don't support every single feature. g++ 4.8 has it set to 199711 for instance. |