Boost logo

Boost :

From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2020-05-31 18:27:49


On Sun, May 31, 2020 at 9:03 AM Christian Mazakas via Boost <
boost_at_[hidden]> wrote:
>
> > The use of such a low-level API would look something like this:
>
> Hmm, I'm failing to see the overwhelming value in exposing these portions
> of the API.

One possible use would be to print (for diagnostic reasons) all the data
available in the context, but that is supported directly:

[]( leaf::diagnostic_info const & info )
{
  std::cout << info;
}

That said, it is easy to provide the functionality Bjorn asked for. It'd be
nice to see a use case though, I've never needed it.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk