forked from boostorg/system
Add error handling and programming categories to libraries.json
This commit is contained in:
@ -6,7 +6,9 @@
|
|||||||
],
|
],
|
||||||
"description": "Operating system support, including the diagnostics support that will be part of the C++0x standard library.",
|
"description": "Operating system support, including the diagnostics support that will be part of the C++0x standard library.",
|
||||||
"category": [
|
"category": [
|
||||||
"System"
|
"System",
|
||||||
|
"Error-handling",
|
||||||
|
"Programming"
|
||||||
],
|
],
|
||||||
"cxxstd": "03"
|
"cxxstd": "03"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user