manuals tidy tier 2: empty-catch, enum-size, trivially-destructible

This commit is contained in:
2026-05-14 19:07:43 +02:00
parent 8676c0e773
commit 0b82be193f
24 changed files with 69 additions and 37 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ namespace Locale {
} else if (node.is_scalar()) {
try {
strings_[prefix] = node.get_value<std::string>();
} catch (...) {}
} catch (...) {
// @INTENTIONAL: si el valor no és string vàlid, l'ignorem i continuem.
}
}
}