-
Notifications
You must be signed in to change notification settings - Fork 2
include vs src #5
Copy link
Copy link
Open
Description
turuslan
opened on Nov 15, 2024
Issue body actions
- "include": "include/foo.hpp", "src/foo.cpp"
- difficult to navigate between hpp/cpp
- install "include" directory
- "private" headers in "src"
- "src": "src/foo.hpp", "src/foo.cpp"
- easy to find hpp/cpp in same directory
- install "src/**/*.hpp"
- need to exclude "private" header
- are there "private" headers? what are they used for?
- Various utils used in Morum #4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.