-
Notifications
You must be signed in to change notification settings - Fork 6
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
MSVC build errors #2
Comments
Support for Windows is only experimental, but any improvement on this end is of course very much appreciated |
I have fixed the build errors and committed them to the msvc-build-fix. |
👍 Very good. Does |
There is no
On Linux, 'make test' outputs
The test that fail on Windows but do not fail on Linux fail because use of uninitialized values is detected. |
The project does not build with MSVC. Reasons:
The text was updated successfully, but these errors were encountered: