Skip to content

Conversation

@999pingGG
Copy link

The Microsoft compiler doesn't support variable length arrays, so avoid using them there. And seems like there's an issue with clang where __has_extension(c_atomic) is true even when it's set to use C99, then complains about _Atomic being a C11 extension... For this issue, make __STDC_VERSION__ >= 201112L a requirement in all cases.

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.

1 participant