leaf icon indicating copy to clipboard operation
leaf copied to clipboard

Lightweight Error Augmentation Framework

Results 7 leaf issues
Sort by recently updated
recently updated
newest added

This PR is part suggestion, part implementation. If you can think of an easier to do what I'm trying to do, I'm all ears. I have an application that has...

Conan is one of the more popular C++ package managers out there with a ton of support. Having leaf on Conan will give it yet another distribution point and help...

To use this library with C++20 coroutine the call in `handle_error.hpp` - `try_handle_all` or `try_handle_some`: `if( auto r = std::forward(try_block)() )` Should check whether the returned time is an Awaitable...

There is no good use case to silently ignore error...

This is part of the effort to make the Boost libraries "modular" for build and consumption. See https://lists.boost.org/Archives/boost/2024/01/255704.php and https://github.com/grafikrobot/boost-b2-modular/blob/b2-modular/README.adoc for more information. This PR depends on the following other...