|
Boost : |
Subject: Re: [boost] [review][beast] Review of Beast starts today : July 1 - July 10
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2017-07-05 04:21:57
On Wed, Jul 5, 2017 at 12:12 AM, Robert Ramey via Boost
<boost_at_[hidden]> wrote:
> Hmmm - how can one do this? I presume tests and library include things like
>
> #include <boost/config.hpp>
>
> and
>
> #include <boost/beast/...hpp>
>
> 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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk