Skip to content

struct hash_edge should be defined outside of OBB.cpp and Polyhedron.cpp #77

Description

@yosmo78

I have trying to compile the library in a header only style (I know it's unsupported but it is very close to one) and alongside #76 in OBB.cpp and Polyhedron.cpp we define hash_edge in each which means in header only style would lead to a redefinition error. To make other modes of compilation styles possible to I would recommend we move hash_edge outside of the files to a header file.

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions