From 4e15afe5bec92bc119f61c5ef861c49b7259ce26 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 7 Nov 2021 20:32:42 +0200 Subject: [PATCH] Add error handling and programming categories to libraries.json --- meta/libraries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/libraries.json b/meta/libraries.json index c7f78bc..a6a0496 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -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" }