Skip to content

std::binary_function was removed from C++17. #119

@thynson

Description

@thynson

struct WeightCompare : public std::binary_function<property_traits<EdgeWeights>::reference,

Since the codebase was migrated to C++17 and it failed to compiled by some compiler(Apple clang version 15.0.0), the above code need to be updated.

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