[libc++][NFC] Simplify the implementation of equal a bit (#84754)
We can simplify the implementation of the two range overload of `equal` a bit since we can now use `if constexpr`.
parent
580f6048
Please register or sign in to comment
We can simplify the implementation of the two range overload of `equal` a bit since we can now use `if constexpr`.