c:\doom\source\src\decorations.cpp(83) : error C2552: 'public: static struct TypeInfo ADecoration::_StaticType' : non-aggregates cannot be initialized with initializer list
Which seems to relate back to the _IMP_TYPEINFO MACRO, however the MACRO's are so greatly nested it is hard to find where the problem is occurring (I just tried today, so I haven't been trying for very long). Here is one of the lines on which the error occurs:
IMPLEMENT_ABSTRACT_ACTOR (ADecoration)
In addition I receive what appears to be a FindInventory template conflict. The error (C2275) occurs often and occurs on the lines in the form of:
type *name = FindInventory<type>();
I haven't had this problem in the past when compiling Zdoom (63 I believe). Any help is greatly appreciated. I'm sure given enough time I could locate the problem myself, but MACRO diving isn't my favorite sport
