C ++ 11, what feature is implemented in the compiler?

I need to write some code that needs to be compiled in visual studio and gcc. I'm looking at some interesting features like strongly typed counter and static_assert, but I'm not sure if they are supported in visual studio and / or gcc, and if they are supported in which version of those compilers.

Is there any documentation that lists the details of each standard C ++ 11 implementation for different visual studio or gcc compilers? If it doesn't, we can start a thread to list them.

+3


source to share





All Articles