Issue 178528
Summary ICE when parsing lambdas
Labels new issue
Assignees
Reporter TymianekPL
    Code: (block scope)
```cpp
const auto meow = ([]<auto&& N> { return N; }).template operator()<([](this auto&& self) -> decltype([]{}) { return decltype(self()){}; })().operator()>();
```

Compiler Explorer: https://redirect.compiler.gg/uyoLFbBR
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to