Skip to content
Snippets Groups Projects
Unverified Commit 88a521cc authored by Jonathan Wakely's avatar Jonathan Wakely Committed by Jonathan Wakely
Browse files

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: default avatarPatrick Palka <ppalka@redhat.com>
parent 21c96f68
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment