Open
Description
When the file type_traits of the standard library is included (#include <type_traits>
), the parses throws an AccessViolationException
while inside the void Parser::WalkAST()
function.
This issue has to do whit the C++ standard library deriving a templated class from another templated class and specializing at least one of the base class' arguements with a template alias.
Following there are a not working example and two fixes: