Skip to content

cpp: make isl objects compatible with standard containers. #13

@ftynse

Description

@ftynse

In particular, std::set and std::map expect objects to be less-than-comparable and std::unordered_set and std::unordered_map to have a specialization of std::hash.

C++11 stuff could go in a separate file that is conditionally included based on the C++ version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions