[PATCH] D78938: Fixing all comparisons for C++20 compilation.

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 23:09:02 PDT 2020


dblaikie added a comment.

(peanut gallery: I'd consider, while you're touching these all anyway, changing them all to non-member (friended where required) as I believe that's best practice - allows equal implicit conversions on either side, for instance (even if some types have no implicit conversions - it at least provides a nice consistency/examples that people are likely to copy from))


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78938/new/

https://reviews.llvm.org/D78938





More information about the cfe-commits mailing list