libstdc++: Ensure <bits/ranges_util.h> defines __pair_like
We need to include <bits/stl_pair.h> in C++23 and later, so that
__pair_like_convertible_from can use __pair_like, and so that
__is_tuple_like_v is declared before we define a partial specialization.
libstdc++-v3/ChangeLog:
* include/bits/ranges_util.h: Include <bits/stl_pair.h>.
Reviewed-by:
Patrick Palka <ppalka@redhat.com>
Loading
Please register or sign in to comment