Boost logo

Boost :

From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2019-07-16 16:16:54


I'm requesting a formal review for LEAF, a C++11 error-handling library:
https://zajo.github.io/leaf.

Features:

* Header-only, no dependencies.
* No dynamic memory allocations.
* Compatible with std::error_code, errno and any other error code type.
* Can be used with or without exception handling.

LEAF comes complete with its own result<T> type, but it is compatible with
any other type with value-or-error variant semantics (like
outcome::result<T>) as long as .error() returns a std::error_code.

https://travis-ci.org/zajo/leaf
https://ci.appveyor.com/project/zajo/leaf


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