Skip to content
Commit aa09911a authored by Marshall Clow's avatar Marshall Clow
Browse files

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
parent d6212f9f
Loading
Loading
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