Skip to content

Suggestion: Package indirect.h and polymorphic.h inside a xyz_value_types directory #626

@jogerh

Description

@jogerh

When installing value_types (cmake install or vcpkg), the header files indirect.h and polymorphic.h end up in the top level include directory. It could be better to group these inside an xyz_value_types subdirectory, so that clients would include them like #include <xyz_value_types/indirect.h> instead of #include <indirect.h>. This is mostly a cosmetic topic, but it seems to be quite common practice for other libraries.

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