[Bug c++/102590] Templated operations on variables in structured binding don't work when templated functions/lambdas require type deduction

2021-10-04 Thread 1997.rajatjain at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102590 --- Comment #2 from Rajat Jain <1997.rajatjain at gmail dot com> --- Yeah .template works as well. This is in the latest release too. I wasn't sure whether I should write the oldest version that this is in (since other 8.x releases would need a p

[Bug c++/102590] New: Templated operations on variables in structured binding don't work when templated functions/lambdas require type deduction

2021-10-04 Thread 1997.rajatjain at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102590 Bug ID: 102590 Summary: Templated operations on variables in structured binding don't work when templated functions/lambdas require type deduction Product: gcc V