Files

19 lines
451 B
JSON
Raw Permalink Normal View History

2014-06-03 03:19:48 +03:00
{
"key": "throw_exception",
"name": "ThrowException",
"authors": [
2019-11-26 02:22:58 +02:00
"Emil Dotchevski",
"Peter Dimov"
2014-06-03 03:19:48 +03:00
],
"maintainers": [
2019-11-26 02:22:58 +02:00
"Emil Dotchevski <emil -at- revergestudios.com>",
2020-12-12 01:06:36 +02:00
"Peter Dimov <pdimov -at- gmail.com>"
2014-06-03 03:19:48 +03:00
],
"description": "A common infrastructure for throwing exceptions from Boost libraries.",
"category": [
2021-11-07 20:33:59 +02:00
"Emulation",
"Error-handling"
],
"cxxstd": "03"
2014-06-03 03:19:48 +03:00
}