With 2.9 I get the following error ASTError.cpp:5:1: error: Syntax Error: AST broken, '->' doesn't have two operands. [internalAstError] target->~T_StateAdminPtr();
On this code
typedef D_StateAdmin * T_StateAdminPtr; static void destroy( T_StateAdminPtr * target ) { target->~T_StateAdminPtr(); }
Thanks for reporting, ticket is here: https://trac.cppcheck.net/ticket/11337
Log in to post a comment.
With 2.9 I get the following error
ASTError.cpp:5:1: error: Syntax Error: AST broken, '->' doesn't have two operands. [internalAstError]
target->~T_StateAdminPtr();
On this code
Thanks for reporting, ticket is here: https://trac.cppcheck.net/ticket/11337