skaar
skaar copied to clipboard
Problems with STATIC_ASSERT
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?
I just saw this as well. I'm not certain but as far as I can tell those assertions are something the SKSE folks use to verify the integrity of SKSE itself. It's probably not important if you're just wanting to create a plugin. For now I've just commented the assertions out.