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 STL caster regression for containers with proxies #1053

Merged
merged 1 commit into from Sep 10, 2017

Conversation

dean0x7d
Copy link
Member

@dean0x7d dean0x7d commented Sep 1, 2017

Fixes #1051.

To avoid an ODR violation in the test suite while testing both stl.h and std_bind.h with std::vector<bool>, the py::bind_vector<std::vector<bool>> test is moved to the secondary module (which does not include stl.h).

To avoid an ODR violation in the test suite while testing
both `stl.h` and `std_bind.h` with `std::vector<bool>`,
the `py::bind_vector<std::vector<bool>>` test is moved to
the secondary module (which does not include `stl.h`).
@dean0x7d dean0x7d merged commit 3c4933c into pybind:master Sep 10, 2017
@dean0x7d dean0x7d deleted the fix-stl-proxy branch September 11, 2017 08:49
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

1 participant