5 Jul
2017
5 Jul
'17
4:21 a.m.
On Wed, Jul 5, 2017 at 12:12 AM, Robert Ramey via Boost
Hmmm - how can one do this? I presume tests and library include things like
#include
and
#include
How is this going to function without having run b2 headers first?
It should do it (generate all headers) automatically when you run b2 in that test directory. For example: $ git clone --recursive https://github.com/boostorg/boost $ cd boost $ ./bootstrap.sh $ cd libs/smart_ptr/test $ ../../../b2 Works fine without me having to run b2 headers explicitly. Glen