jbcoe / jbcoe/value_types

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

Open
#626 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
87
Forks
16
PR merge metrics
No merged PRs in 30d

Description

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 ` instead of `#include `. This is mostly a cosmetic topic, but it seems to be quite common practice for other libraries.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.