From 65068b2b9adb23415f3b68de7a12f34e075c2101 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 7 Nov 2021 20:30:51 +0200 Subject: [PATCH] Add the error handling category to libraries.json --- meta/libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/libraries.json b/meta/libraries.json index 8588d3d..a8ead08 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -9,7 +9,8 @@ ], "description": "Customizable assert macros.", "category": [ - "Correctness" + "Correctness", + "Error-handling" ], "cxxstd": "03" }