2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-31 20:22:15 +00:00
Emil Dotchevski ad8ba3e6f4 Appveyor
2020-07-18 19:19:53 -07:00
2020-07-18 17:22:29 -07:00
2020-07-05 00:18:08 -07:00
2020-07-17 19:47:52 -07:00
2020-07-08 18:42:11 -07:00
2020-07-18 17:22:29 -07:00
2020-06-17 15:18:31 -07:00
2020-07-18 19:19:53 -07:00
2019-07-18 09:26:58 +01:00
2019-07-17 14:07:27 +01:00
2020-07-18 17:22:29 -07:00
2020-07-11 22:58:02 -07:00

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

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

Features:

  • Small single-header format, no dependencies.
  • Designed for maximum efficiency ("happy" path and "sad" path).
  • No dynamic memory allocations, even with heavy payloads.
  • O(1) transport of arbitrary error types (independent of call stack depth).
  • Can be used with or without exception handling.
  • Support for multi-thread programming.

Support is available via:

Copyright (c) 2018-2020 Emil Dotchevski and Reverge Studios, Inc.

Distributed under the Boost Software License, Version 1.0.

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