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

how to change the include dir synchronously? #17

Open
clee01 opened this issue Aug 15, 2023 · 0 comments
Open

how to change the include dir synchronously? #17

clee01 opened this issue Aug 15, 2023 · 0 comments

Comments

@clee01
Copy link

clee01 commented Aug 15, 2023

// 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
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