pybind11_cross_module_tests.cpp
3.66 KB
-
Add test for mixing STL casters and local binders across modules · 8d3cedbe
One module uses a generic vector caster from `<pybind11/stl.h>` while the other exports `std::vector<int>` with a local `py:bind_vector`.
Dean Moldovan committed