2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-24 05:52:17 +00:00
Files
leaf/README.md
Emil Dotchevski 46a0cc1a77 readme update
2019-11-06 15:32:11 -08:00

653 B

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).