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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note the workaround is to do just this:
```
template <class T, T n>
class A<T, n, n> {};
```

Reply via email to