Skip to content

Small windows compiling error #127

@Max9403

Description

@Max9403

This seems too simple to be worth a pull request but line 50 in fruit/impl/data_structures/semistatic_map.h

std::numeric_limits<NumBits>::max()
needs to be changed to
(std::numeric_limits<NumBits>::max)()

To fix a mix up with the max macro from a Window's header (extra info: https://stackoverflow.com/questions/27442885/syntax-error-with-stdnumeric-limitsmax)

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