Skip to content

DefinePostfixOprt, defining both "m" and "mm" as postfix operators can lead to conflicts #134

@xiayezhiying

Description

@xiayezhiying

m_parser->DefinePostfixOprt(mmOprt); // "mm"
m_parser->DefinePostfixOprt(mOprt); // "m"
m_parser->SetExpr("1mm");
m_parser->Eval().GetFloat(); // error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions