Skip to content

how to change the include dir synchronously? #17

@clee01

Description

@clee01
// before bcp (normally use)
#include <boost/foo/bar.hpp>

boost::foo::bar bar;
// after bcp (ideally use)
#include <toast/foo/bar.hpp>

toast::foo::bar bar;
  • but now i can only use #include <boost/foo/bar.hpp> with toast::foo::bar bar instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions