In the tables and explanations from Stephan TL in this blog , constexpr is really only partially implemented in VS 10 2013 CTP.
CTP supports C ++ 11 constexpr, with the exception of member functions. (Another limitation is that arrays are not supported.) Also, this does not support the extended constexpr C ++ 14 rules.
(I would like to put it in the comments, but there are not enough points yet)
Edit: Just add a blog to Herb, there is almost the same question about static members, but the answer is the same as Stephan.
I think we can simply say that Nov 2013 CTP does not implement the required OP function (send a bug report?) And wait for July 2014 CTP or VS Next (unfortunately).
source share