27 Oct
2018
27 Oct
'18
9:33 p.m.
On Sat, Oct 27, 2018 at 5:20 PM Peter Dimov via Boost
The whole `status` is way too expensive for CI, so the superproject runs it with `b2 -n` to catch Jamfile errors (this would have caught your problem, but it doesn't show up there - for some reason $(dll-export) seems to be missing in your case, but it's there on develop. It's probably something in your local copy.)
That unescaped colon is on develop; not sure why the superproject build wouldn't have caught this. In any case I have a PR out to fix. In this case based on changes in Boost.Function I wanted to run everything to make sure there were no regressions. - Jim