https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93383
--- Comment #11 from Marek Polacek <mpolacek at gcc dot gnu.org> --- template <int> struct A {}; template <A a> struct S { void foo(S<+a>); };
mpolacek at gcc dot gnu.org via Gcc-bugs Sat, 03 Apr 2021 17:56:29 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93383
--- Comment #11 from Marek Polacek <mpolacek at gcc dot gnu.org> --- template <int> struct A {}; template <A a> struct S { void foo(S<+a>); };