关于VS2013使用constexpr报错问题
C++Primer 7.53
遇上了这样的问题:


两图显示的其实都是相同的问题
原因是VS2013不支持constexpr,StackOverflow有相同的问题如下:
https://stackoverflow.com/questions/20264644/constexpr-not-compiling-in-vc2013
C++Primer 7.53
遇上了这样的问题:


两图显示的其实都是相同的问题
原因是VS2013不支持constexpr,StackOverflow有相同的问题如下:
https://stackoverflow.com/questions/20264644/constexpr-not-compiling-in-vc2013