Visual Studio编译器对 C++11 特性的支持
具体参考网址:https://msdn.microsoft.com/en-us/library/hh567368.aspx
截至目前为止,VS2015不支持如下C++11特征
C++11 Core Language Features: C99 Extended integer types
C++11 Core Language Features: C99 preprocessor
参考:
Visual C++ 的变迁历史可以参考文章:https://msdn.microsoft.com/en-us/library/bb531344.aspx
对其他编译器的支持可以参考讨论文章: