https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117061

--- Comment #2 from eczbek.void at gmail dot com ---
Clang errors on a similar-looking piece of code:

```
void foo(auto x) noexcept(noexcept([x] { x; })) {}
```

Reply via email to