boostorg / bcp

Boost.org bcp module
http://boost.org/libs/bcp
Other
14 stars 34 forks source link

how to change the include dir synchronously? #17

Open clee01 opened 1 year ago

clee01 commented 1 year ago
// 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;