gtest-like testers may use template deduction to select the correct overload, but type promotion is not considered when performing template substitution, so ensure both arguments have matching type
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hmmm yeah this is pretty ugly, I'll look into changing the test matcher template instead.
code looks less readable with unnecessary casts like this