mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 09:16:20 +00:00
Maybe this is the last time we visit this issue, probably not. We were not processing typedefs of templates correctly... I found a way to process all templates whether they are the actual template, or a typedef of a template, through the same code. They were separate before. Fixing this issue has reduced the overall line count in FieldVisitor. That leads me to believe we're on the right track. refs #203