[INFORMATION]
A class was instantiated from a template.
template<class S> struct A {
S s;
};
A<int> a; // information