Skip to content

Add the correct headers to test_sequences_and_iterators.cpp.#2110

Merged
wjakob merged 1 commit intopybind:masterfrom
BillyONeal:add_headers
Apr 26, 2020
Merged

Add the correct headers to test_sequences_and_iterators.cpp.#2110
wjakob merged 1 commit intopybind:masterfrom
BillyONeal:add_headers

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.

2 participants