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
<source>:6:9: error: type 'int' cannot be used prior to '::' because it has no members
T::bar();
^
<source>:10:17: note: in instantiation of member function 'A<int>::foo' requested here
template struct A<int>;
^