We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39e75b commit d8441e2Copy full SHA for d8441e2
libc/src/__support/StringUtil/tables/stdc_errors.h
@@ -15,11 +15,10 @@
15
16
namespace LIBC_NAMESPACE {
17
18
-LIBC_INLINE_VAR constexpr const MsgTable<4> STDC_ERRORS = {
+LIBC_INLINE_VAR constexpr const MsgTable<3> STDC_ERRORS = {
19
MsgMapping(0, "Success"),
20
MsgMapping(EDOM, "Numerical argument out of domain"),
21
MsgMapping(ERANGE, "Numerical result out of range"),
22
- MsgMapping(EILSEQ, "Invalid or incomplete multibyte or wide character"),
23
};
24
25
} // namespace LIBC_NAMESPACE
0 commit comments