From 8c7b14f68bebf8a82b4728d6a13f7601bc2b6073 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 7 Nov 2021 20:33:59 +0200 Subject: [PATCH] Update categories in libraries.json --- meta/libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/libraries.json b/meta/libraries.json index c0396f5..e5b9f7a 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -11,7 +11,8 @@ ], "description": "A common infrastructure for throwing exceptions from Boost libraries.", "category": [ - "Miscellaneous" + "Emulation", + "Error-handling" ], "cxxstd": "03" }