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
A<auto> is a class template with non-type parameter, and A<std::same_as<int> auto> is its specialization for int parameters. The program is accepted by GCC and MSVC, but Clang complains:
error: class template partial specialization is not more specialized than the primary template [-Winvalid-partial-specialization]