You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow including and excluding dependencies via pragmas
This supports comments in CMLs like:
```
# Boost-Include: Boost::add_this
# Boost-Exclude Boost::remove_this
```
Whitespace is ignored and the colon is optional
0 commit comments