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.
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 headerboost/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.hppormbits/utfconv/utf.hppormbits/utfconv.hpp, to help to get rid of the conflict?Thank you very much.