[llvm] Removed expansive copy (PR #93658)

Malay Sanghi via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 05:07:20 PDT 2024


MalaySanghi wrote:

Looking at 
https://en.cppreference.com/w/cpp/language/structured_binding
section: binding a tuple-like type

and then at the definition of enumerate
```
auto enumerate(FirstRange &&First, RestRanges &&...Rest)
```

I think M and I are already references. I don't think we need this change. 

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


More information about the llvm-commits mailing list