-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Incompatibility with ISO C++ #60
Comments
Something like this fixes it, but it's ugly:
|
schellingb
added a commit
that referenced
this issue
Nov 14, 2021
Use #pragmas to avoid changing the API (#60)
I committed a "fix" for this. Not a nice solution but it seemed better than breaking the API at this point. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goddamn annoying that they haven't updated to C99 compatibility in even C++20, apparently.
The text was updated successfully, but these errors were encountered: