You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make iterator_policies::sequence_fast_readonly default constructible
This makes `decltype(pybind11_tuple.begin())` satisfy the `std::input_or_output_iterator` concept,
and makes `pybind11::tuple` usable as a `std::ranges::range`.
0 commit comments