Skip to content

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

@yosmo78

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.

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