2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-24 18:02:22 +00:00
2019-01-02 22:57:44 -08:00
2019-01-02 15:59:25 -08:00
2019-01-02 15:59:25 -08:00
2019-01-02 22:57:44 -08:00
2019-01-02 15:59:25 -08:00
2018-12-04 12:13:37 -08:00
2019-01-02 22:22:15 -08:00
2018-11-18 10:54:14 -08:00

LEAF is a C++11 error handling library.

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

Features:

  • Header-only, no dependencies.
  • No dynamic memory allocations.
  • Associate objects of arbitrary types with any failure -- when it is initially reported or at a later time.
  • Compatible with std::error_code, errno and any other error handling API.
  • Use with or without exception handling.
  • Support for multi-thread programming.

Copyright (c) 2018 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).

Description
Mirrored via gitea-mirror
Readme 19 MiB
Languages
C++ 96.9%
Meson 1.5%
Python 1.2%
Shell 0.2%
Batchfile 0.1%