Skip to content

mata exposes std::hash functions #628

@jurajsic

Description

@jurajsic

We can write something like
std::hash<std::set<mata::Symbol>> hasher{};
which is actually just
std::hash<std::set<unsigned>> hasher{};

This is probably bad idea, we should hide this function in our namespace.

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