Skip to content

32-bit build fails due to out-of-range size_t literals #87

Description

@Raclamusi

This project appears to consider 32-bit environments, as iris/hash.hpp provides different implementations depending on sizeof(std::size_t).
However, some size_t literals (such as 0xe9846af9b1a615duz in iris/hash.hpp) exceed the 32-bit range.
On 32-bit targets, this causes compilation errors such as error: 'size_t' literal is out of range of possible 'size_t' values.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIBuild system issuesbugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions