|
3656 | 3656 | "слишком много аргументов для атрибута %sq", |
3657 | 3657 | "строка мантиссы не содержит допустимого числа", |
3658 | 3658 | "ошибка с плавающей запятой во время вычисления константы", |
3659 | | - "наследование конструктора %n игнорируется для операций, подобных копированию и перемещению" |
| 3659 | + "наследование конструктора %n игнорируется для операций, подобных копированию и перемещению", |
| 3660 | + "cannot determine size of file %s", |
| 3661 | + "cannot read %s", |
| 3662 | + "embed", |
| 3663 | + "unrecognized parameter name", |
| 3664 | + "parameter specified more than once", |
| 3665 | + "__has_embed cannot appear outside #if", |
| 3666 | + "could not set LC_NUMERIC locale to C", |
| 3667 | + "elifdef and elifndef are not enabled in this mode and are ignored in text being skipped", |
| 3668 | + "an alias declaration is nonstandard in this context", |
| 3669 | + "the target ABI may allocate nonstatic members in an order not matching their declaration order, which is nonstandard in C++23 and later", |
| 3670 | + "EDG IFC module interface unit", |
| 3671 | + "EDG IFC module partition unit", |
| 3672 | + "the module declaration cannot be exported from this translation unit unless creating a module interface file", |
| 3673 | + "the module declaration must be exported from this translation unit to create a module interface file", |
| 3674 | + "module file generation was requested but no module was declared in the translation unit" |
3660 | 3675 | ] |
0 commit comments