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

Add the correct headers to test_sequences_and_iterators.cpp. #2110

Merged
merged 1 commit into from
Apr 26, 2020
Merged

Add the correct headers to test_sequences_and_iterators.cpp. #2110

merged 1 commit into from
Apr 26, 2020

Conversation

BillyONeal
Copy link
Contributor

<algorithm> is added to call count_if and find_if. <utility> is added for pair.

This problem was exposed by microsoft/STL#482

`<algorithm>` is added to call `count_if` and `find_if`. `<utility>` is added for `pair`.
@BillyONeal
Copy link
Contributor Author

Travis failed with "could not find package gcc-6" which looks unrelated to this change.

@wjakob
Copy link
Member

wjakob commented Apr 26, 2020

LGTM, thanks!

@wjakob wjakob merged commit 8a224fd into pybind:master Apr 26, 2020
@BillyONeal BillyONeal deleted the add_headers branch April 27, 2020 21:33
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

2 participants