-
Notifications
You must be signed in to change notification settings - Fork 74
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
Support for MSVC 2019 #410
Comments
We can then update the CI to run the latest |
I was looking for my next project and thought providing support for MSVC 2019 might be useful. Also, perhaps "Visual Studio Code" which is a new IDE that runs on any platform. Is there something else that might be higher priority? |
Fixed in #568 |
Ok, I don't know much about pypi but I can go read up on it. |
awesome! First step would be binary releases of C++ anyway. Ideally on GH. The remains of it are commented out in the CI files. I'd start with Travis, or Appveyor if you're using Windows. |
Now that Visual Studio 2019 is out I need to see if we need to modify our CMake to support it.
The text was updated successfully, but these errors were encountered: