Skip to content

Fix STL caster regression for containers with proxies#1053

Merged
dean0x7d merged 1 commit into
pybind:masterfrom
dean0x7d:fix-stl-proxy
Sep 10, 2017
Merged

Fix STL caster regression for containers with proxies#1053
dean0x7d merged 1 commit into
pybind:masterfrom
dean0x7d:fix-stl-proxy

Conversation

@dean0x7d

@dean0x7d dean0x7d commented Sep 1, 2017

Copy link
Copy Markdown
Member

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.

1 participant