CppAst.NET
CppAst.NET copied to clipboard
Issue parsing a class field which its type is a template class
Hi,
Consider the following code:
class TemplateTesterClass
{
public:
TestTemplate
Field 'a' is parsed correctly, its type is fully available by using the Type.GetDisplayName() I get "TestTemplate
The problem is the type "int" for field 'b' is not available from the parser.