-
Notifications
You must be signed in to change notification settings - Fork 229
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
Visual Studio 2015 support #26
Comments
Hi David, Alan |
Thanks for the reply! Do you recommend having a separate local branch with these fixes and wait for your changes or would you prefer me to submit a pull request? |
Yes, I think it would be better to have local copy for now, and wait for the changes. Alan |
Sounds good to me! |
hash_set
andhash_map
are deprecated (we should be usingunordered_set
andunordered_map
instead.Do you accept PRs to include a VS2015 solution and use the non deprecated classes?
The text was updated successfully, but these errors were encountered: