23 Aug
2019
23 Aug
'19
5 p.m.
Paul A Bristow wrote:
3 Encourage all authors to run inspect on their library locally and try to remedy the items missing.
FWIW, the Boost.Timer test Jamfile contains an entry that runs `inspect`: https://github.com/boostorg/timer/blob/develop/test/Jamfile.v2#L30 One downside of it is that for `inspect` to build, a more complete Boost checkout is required (it needs `filesystem` and `regex` at least). But if that's not a concern, the above can be used by those wishing to add `inspect` to their test suites.