[llvm] [ADT] Implement ArrayRef::operator< and other comparisons (PR #147277)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 7 09:10:58 PDT 2025


dwblaikie wrote:

Does std::span have these operators, and if it does, are they SFINAE-safe there?  And if so, should they be made SFINAE-safe here too?

https://github.com/llvm/llvm-project/pull/147277


More information about the llvm-commits mailing list