forked from boostorg/assert
Add the error handling category to libraries.json
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
],
|
||||
"description": "Customizable assert macros.",
|
||||
"category": [
|
||||
"Correctness"
|
||||
"Correctness",
|
||||
"Error-handling"
|
||||
],
|
||||
"cxxstd": "03"
|
||||
}
|
||||
|
Reference in New Issue
Block a user