So I downloaded VS Express 2013, opened example project and I'm getting these errors:
1	IntelliSense: this operator is not allowed in a constant expression
2	IntelliSense: this operator is not allowed in a constant expression
 
VS has problems with STATIC_ASSERT in every header file. What's wrong?