You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<source>:2:16: error: 'auto' not allowed in function prototype that is not a function declaration
void (*func)(auto) = [](auto x) {};
^~~~
1 error generated.
Compiler returned: 1
crashes the compiler after triggering this assert:
Same code on https://godbolt.org/z/-f8YBy crashes a bit later.
The text was updated successfully, but these errors were encountered: