Add error handling and programming categories to libraries.json

This commit is contained in:
Peter Dimov
2021-11-07 20:32:42 +02:00
parent 8d1a866920
commit 4e15afe5be

View File

@ -6,7 +6,9 @@
],
"description": "Operating system support, including the diagnostics support that will be part of the C++0x standard library.",
"category": [
"System"
"System",
"Error-handling",
"Programming"
],
"cxxstd": "03"
}