https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119134
--- Comment #1 from eczbek.void at gmail dot com ---
I might've forgotten an extra set of parentheses around the fold expression, so
here's an updated link: https://godbolt.org/z/P9bq4GhcP

```
void f(auto... args) requires(([args] {}, ..., true)) {}
```

Reply via email to