Skip to content

[feature-request] Please, consider a more portable include-header pattern for nonstd-xxx libs #48

@ngrodzitski

Description

@ngrodzitski

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions