Skip to content

!= operator for topoly tree #26

@MattJean

Description

@MattJean

Operator != is not defined for TopologyTree, the code does not compile.
I would add something like this:

inline bool operator!=(TopologyTree const& t1, TopologyTree const& t2)
{
return !(t1 == t2);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions