I want to make a Conan package for this library (for CCI conan-center-index).
And I have an issue with that kind of including nonstd family of libs
|
#include "byte/include/nonstd/byte.hpp" |
These libs exist in CCI, but the include for them would look like this:
#include "nonstd/byte.hpp"
// or
#include <nonstd/byte.hpp>
It would be great if you either help with it yourself or willing to consider a PR with relevant changes.