|
3601 | 3601 | "für die aktuelle Übersetzungseinheit konnte keine Headereinheit erstellt werden", |
3602 | 3602 | "Die aktuelle Übersetzungseinheit verwendet mindestens ein Feature, das derzeit nicht in eine Headereinheit geschrieben werden kann", |
3603 | 3603 | "\"explicit(bool)\" ist ein C++20-Feature", |
| 3604 | + "first argument must be a pointer to integer, enum, or supported floating-point type", |
| 3605 | + "C++ modules cannot be used when compiling multiple translation units", |
| 3606 | + "C++ modules cannot be used with the pre-C++11 \"export\" feature", |
| 3607 | + "the IFC token %sq is not supported", |
| 3608 | + "the \"pass_object_size\" attribute is only valid on parameters of function declarations", |
| 3609 | + "the argument of the %sq attribute %d1 must be a value between 0 and %d2", |
| 3610 | + "a ref-qualifier here is ignored", |
| 3611 | + "invalid NEON vector element type %t", |
| 3612 | + "invalid NEON polyvector element type %t", |
| 3613 | + "invalid scalable vector element type %t", |
| 3614 | + "invalid number of tuple elements for scalable vector type", |
| 3615 | + "a NEON vector or polyvector must be either 64 or 128 bits wide", |
| 3616 | + "sizeless type %t is not allowed", |
| 3617 | + "an object of the sizeless type %t cannot be value-initialized", |
| 3618 | + "unexpected null declaration index found as part of scope %u", |
3604 | 3619 | "Für die Moduldateizuordnung, die auf die Datei \"%sq\" verweist, muss ein Modulname angegeben werden.", |
3605 | 3620 | "Ein Nullindexwert wurde empfangen, obwohl ein Knoten in der IFC-Partition %sq erwartet wurde.", |
3606 | 3621 | "%nd darf nicht den Typ \"%t\" aufweisen", |
|
0 commit comments