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

move static_assert from ltable.h to ltable.cpp #189

Merged
merged 1 commit into from
Nov 10, 2021
Merged

move static_assert from ltable.h to ltable.cpp #189

merged 1 commit into from
Nov 10, 2021

Conversation

LoganDark
Copy link
Contributor

Fixes #178

Sorry, I couldn't add a fast flag for this one. :P

It's a bit separated from the code it concerns now, but bindgen accepts it and there are no other tradeoffs to doing this.

Copy link
Collaborator

@zeux zeux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@zeux zeux merged commit d6b3346 into luau-lang:master Nov 10, 2021
@LoganDark LoganDark deleted the ltable-static-assert branch November 10, 2021 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ltable.h:12:15: error: static_assert expression is not an integral constant expression
2 participants