mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-30 03:17:02 +00:00
This PR brings the std::array<> caster in sync with the other STL type casters: to accept an arbitrary sequence as input (rather than a list, which is too restrictive).