Kjeld Mathias Petersen
Results
2
comments of
Kjeld Mathias Petersen
I think the problem is in CPP14Parser.g4 at: ``` assignmentExpression: conditionalExpression | **logicalOrExpression** assignmentOperator initializerClause | throwExpression; ``` This should maybe: ``` assignmentExpression: conditionalExpression | **logicalNotExpression** assignmentOperator initializerClause | throwExpression;...
Also access to content of .conan/profiles would be nice