boost_exception 0.1.0

Boost C++ library boost_exception packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "key": "exception",
    "name": "Exception",
    "authors": [
        "Emil Dotchevski"
    ],
    "description": "The Boost Exception library supports transporting of arbitrary data in exception objects, and transporting of exceptions between threads.",
    "documentation": "doc/boost-exception.html",
    "category": [
        "Error-handling",
        "Emulation"
    ],
    "maintainers": [
        "Emil Dotchevski <emil -at- revergestudios.com>"
    ],
    "cxxstd": "03"
}