[flang-commits] [flang] [flang] Use llvm::is_contained (NFC) (PR #102999)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Sun Aug 18 10:52:02 PDT 2024
klausler wrote:
> > Why is this a good change?
>
> Because the new code accomplishes the same task with less code, specifically without repeating container names multiple times.
But now it has more dependencies than just the standard library, which makes it less portable. It seems like a bad deal to me.
https://github.com/llvm/llvm-project/pull/102999
More information about the flang-commits
mailing list