Add the error handling category to libraries.json

This commit is contained in:
Peter Dimov
2021-11-07 20:30:51 +02:00
parent 63ff789657
commit 65068b2b9a

View File

@ -9,7 +9,8 @@
], ],
"description": "Customizable assert macros.", "description": "Customizable assert macros.",
"category": [ "category": [
"Correctness" "Correctness",
"Error-handling"
], ],
"cxxstd": "03" "cxxstd": "03"
} }