Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header file name clashing #386

Open
bruno-j-nicoletti opened this issue Apr 1, 2024 · 0 comments
Open

Header file name clashing #386

bruno-j-nicoletti opened this issue Apr 1, 2024 · 0 comments

Comments

@bruno-j-nicoletti
Copy link

Seperate modules within the elements project contain header files with the same name. For example both artist and elements have a header file in their include dir called infra/support.hpp. Which one you get will depend on the include path order of the build. This will cause errors.

A suggestion is that you namespace header files to avoid that kind of problem. So something like infra/artist_support.hpp for artist and infra/elements_support.hpp for elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant