Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with STATIC_ASSERT #42

Open
Splash97 opened this issue Feb 3, 2019 · 1 comment
Open

Problems with STATIC_ASSERT #42

Splash97 opened this issue Feb 3, 2019 · 1 comment

Comments

@Splash97
Copy link

Splash97 commented Feb 3, 2019

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?

@AustinHaugerud
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants