mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-21 05:36:49 +00:00

The helper function `__pair_like_explicit_wknd` is only SFINAE-ed with `tuple_size<remove_cvref_t<_PairLike>>::value == 2`, but its function body assumes `std::get` being valid. Fixes #65620 (cherry picked from commit 054f9c55c6b4520d3feb8b4354b9b942026b5124)