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 path conflict #3

Open
xiaoshenxian opened this issue May 7, 2024 · 0 comments
Open

Header path conflict #3

xiaoshenxian opened this issue May 7, 2024 · 0 comments

Comments

@xiaoshenxian
Copy link

Hello, I am trying to use this lib managed by Conan, but when I include your lib header like this #include "utf/utf.hpp", it conflicts to a Boost lib header boost/nowide/utf/utf.hpp. Since the last parts of the paths are identical, it depending on which one can be found first by the compiler.

I know I can move the header to another path manually, but this makes it less convenient for compatible deployment.

Can you please change your include path to a more specific one, such as utfconv/utf.hpp or mbits/utfconv/utf.hpp or mbits/utfconv.hpp, to help to get rid of the conflict?

Thank you very much.

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