Skip to content
/ leaf Public
forked from boostorg/leaf

Lightweight Error Augmentation Framework

License

Notifications You must be signed in to change notification settings

mjcaisse/leaf

 
 

Repository files navigation

LEAF is a lightweight error handling library for C++11.

Official documentation: https://zajo.github.io/leaf/

Features:

  • Efficient delivery of arbitrary error objects to the correct error-handling scope.

  • No dynamic memory allocations.

  • Compatible with std::error_code, errno and any other error code type.

  • Can be used with or without exception handling.

  • Support for multi-thread programming.

Copyright (c) 2018-2019 Emil Dotchevski. Distributed under the Boost Software License, Version 1.0.

Please post questions and feedback on the Boost Developers Mailing List (LEAF is not part of Boost).

About

Lightweight Error Augmentation Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.9%
  • Meson 1.4%
  • Other 0.7%