We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unfortunately, building fails with MSVC in pre-C99 mode (compiling against Python 2.7):
c:\temp\bitarray\bitarray\pythoncapi_compat.h(264) : error C2143: syntax error : missing ';' before 'type' c:\temp\bitarray\bitarray\pythoncapi_compat.h(265) : error C2065: 'res' : undeclared identifier c:\temp\bitarray\bitarray\pythoncapi_compat.h(268) : error C2065: 'res' : undeclared identifier
Hopefully #10 is an uncontroversial fix!
Thanks, Andrew R
The text was updated successfully, but these errors were encountered:
Fixed by 920f2ff Thanks for the fix!
Sorry, something went wrong.
No branches or pull requests
Unfortunately, building fails with MSVC in pre-C99 mode (compiling against Python 2.7):
Hopefully #10 is an uncontroversial fix!
Thanks, Andrew R
The text was updated successfully, but these errors were encountered: