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

Remove VLA usage for GLB size constants #238

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

rgriege
Copy link
Contributor

@rgriege rgriege commented Nov 21, 2023

Opinions on whether VLA's are a good feature tend to be pretty mixed. Regardless of opinion, Microsoft's MSVC compiler does not support them, and any project attempting to use the C89 standard won't either.

The VLA's in this library aren't even of variable size - their sizes are known at compile time.

Love the library, thanks for building & supporting it!

Opinions on whether VLA's are a good feature tend to be pretty mixed.
Regardless of opinion, Microsoft's MSVC compiler does not support them,
and any project attempting to use the C89 standard won't either.

The VLA's in this library aren't even of variable size - their sizes are
known at compile time.
@jkuhlmann jkuhlmann merged commit ab348cb into jkuhlmann:master Nov 27, 2023
3 checks passed
@rgriege rgriege deleted the remove-vla branch November 27, 2023 16:06
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

Successfully merging this pull request may close these issues.

2 participants