[PATCH] D134529: [C++20][Clang] P2468R2 The Equality Operator You Are Looking For

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 12 09:08:15 PDT 2022


erichkeane added subscribers: BertalanD, erichkeane.
erichkeane added a comment.

Note that @BertalanD  noticed an issue with what I expect to be this patch: https://godbolt.org/z/Wjb9rsEYG

Can someone more knowledgable about this paper please make sure it is an intended change?  It seems to me that the reversing behavior of the equality operators is a little awkward here (note that commenting out != makes that 'work' again).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134529



More information about the cfe-commits mailing list