2023-03-06 07:49:33 +02:00
2023-03-06 06:22:31 +02:00
2021-01-20 16:35:23 +05:30
2022-10-18 04:17:17 +03:00
2021-11-11 04:51:03 +02:00
2023-01-22 04:54:46 +02:00
2023-01-10 04:36:37 +02:00
2021-06-15 05:34:04 +03:00
2023-01-12 20:38:54 +02:00
2023-01-12 10:37:55 +02:00
2021-01-20 16:28:26 +05:30
2022-06-19 02:19:58 +03:00

Boost.System

The Boost.System library, part of Boost C++ Libraries, implements an extensible framework for error reporting in the form of an error_code class and supporting facilities.

It has been proposed for the C++11 standard, has been accepted, and is now available as part of the standard library in the <system_error> header. However, the Boost implementation has continued to evolve and gain enhancements and additional functionality, such as support for attaching source locations to error_code, and a result<T> class that can carry either a value or an error code.

See the documentation of System for more information.

Since <system_error> is a relatively undocumented portion of the C++ standard library, the documentation of Boost.System may be useful to you even if you use the standard components.

License

Distributed under the Boost Software License, Version 1.0.

S
Description
Boost.org system module
Readme 1.8 MiB
Languages
C++ 97.6%
CMake 2%
Shell 0.2%
Batchfile 0.1%