Skip to content
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

Fix msvc14 compile errors #4798

Merged
merged 3 commits into from Jul 28, 2015
Merged

Fix msvc14 compile errors #4798

merged 3 commits into from Jul 28, 2015

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Jul 27, 2015

Fixes the following errors when compiling with Visual Studio 2015 for Python 3.5b4:
error C2039: 'min': is not a member of 'std'
error C3861: 'max': identifier not found

@jenshnielsen
Copy link
Member

Makes sense. The Travis error is probably transient and I have restarted Travis.

tacaswell added a commit that referenced this pull request Jul 28, 2015
FIX: msvc14 compile errors
@tacaswell tacaswell merged commit 465aecf into matplotlib:master Jul 28, 2015
@tacaswell
Copy link
Member

Thank @cgohlke !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants