[ERROR]
A template class was specified without a tag.
template<class A> struct { // error
A a;
};
Use tags for template classes.