[llvm] [ADT] Modernize IndexedMap with llvm::identity_cxx20 (NFC) (PR #164568)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 08:58:20 PDT 2025


kuhar wrote:

I understand c++ is doing its thing, but I think this is an example that shows it's useful to combine std::type_identity and std::identity, which is what llvm::identity does.

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


More information about the llvm-commits mailing list