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

Headers generated with C11 specified use static_assert(). #351

Open
marcfeifel opened this issue Oct 31, 2024 · 0 comments
Open

Headers generated with C11 specified use static_assert(). #351

marcfeifel opened this issue Oct 31, 2024 · 0 comments
Labels
bug Something isn't working trivial

Comments

@marcfeifel
Copy link

static_assert() is not available in C11 - however, _Static_assert() is.

C++-like static_assert() was not introduced until C23.

@pavel-kirienko pavel-kirienko added bug Something isn't working trivial labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working trivial
Projects
None yet
Development

No branches or pull requests

2 participants