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

Variable-length arrays are not compatible with MSVC #20

Closed
thomwiggers opened this issue Mar 12, 2021 · 1 comment · Fixed by #26
Closed

Variable-length arrays are not compatible with MSVC #20

thomwiggers opened this issue Mar 12, 2021 · 1 comment · Fixed by #26

Comments

@thomwiggers
Copy link
Contributor

In the category "Microsoft compilers suck", such as previously seen in #14, the use of variable-length arrays is not supported by Microsoft compilers. This means even the ref implementation doesn't work on Windows.

@thomwiggers
Copy link
Contributor Author

bwesterb added a commit that referenced this issue Dec 29, 2021
bwesterb added a commit that referenced this issue Aug 2, 2022
bwesterb added a commit that referenced this issue Aug 2, 2022
Closes #20

Co-authored-by: Thom Wiggers <thom@thomwiggers.nl>
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 a pull request may close this issue.

1 participant