[PATCH] D145489: [STLExtras] Use std::get in less_first,less_second to support more types

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 08:35:58 PST 2023


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Sounds good to me - wouldn't even mind if you wanted to implement a generic abstraction, `less<N>` and implement less_first/second as aliases of that type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145489



More information about the llvm-commits mailing list