How do I know if my compiler (I have mvs 2010) supports the C ++ 11 standard? I didn’t find the heading with threads

  • I know this table , though there is 0x standard. - KoVadim
  • there seems to be threads in the table, but the <thread> header is not - perfect
  • mvs 2010 as far as I remember in general very little of what supports from this stndart. So if it is suddenly very important to you, then use later versions of the compiler, for example, the one that comes with mvs 2013 - DreamChild
  • no money for 2013 I don’t want to pirate - perfect
  • @perfect, use MinGW + gcc. - Arkady Nov.

1 answer 1

Here is another table from Microsoft. As you can see, for 2010 studios a lot About thread. Although this is not indicated in the table, it can be taken indirectly. Find in msdn page about <thread> . We see what is written in Visual Studio 2013 . Ok, and next to there are Other Versions . We open the list and see only 2012 studio there.

Hence the conclusion - there is no full support for <thread> in 2010 studios.