Add static_asserts to tuple's comparison operators to enforce the requirement...
Add static_asserts to tuple's comparison operators to enforce the requirement that the tuples be the same size. See PR39183 for an example where we give unexpected results for this bad input case. With this change, we will reject it at compile-time llvm-svn: 353450
Loading
Please register or sign in to comment