I want to know if my compiler supports C++11 or no, and when use the const __cplusplus
to know the C++ version, I found that prints 199711
.
Is this version number means that compiler supports C++11?
Note: I'm using Visual Studio 2013 v12.0.40629 Update5
.