skaar icon indicating copy to clipboard operation
skaar copied to clipboard

Problems with STATIC_ASSERT

Open Splash97 opened this issue 6 years ago • 1 comments

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?

Splash97 avatar Feb 03 '19 01:02 Splash97

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.

AustinHaugerud avatar Apr 16 '19 06:04 AustinHaugerud