31 May
2020
31 May
'20
6:27 p.m.
On Sun, May 31, 2020 at 9:03 AM Christian Mazakas via Boost < boost@lists.boost.org> 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.