File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5015,9 +5015,9 @@ <h5><a href="#mangling-builtin">5.1.5.2 Builtin types</a></h5>
50155015 ::= Dh # IEEE 754r half-precision floating point (16 bits)
50165016 ::= DF << a href ="#mangle.number "> number</ a > > _ # ISO/IEC TS 18661 binary floating point type _FloatN (N bits)
50175017 ::= DB << a href ="#mangle.number "> number</ a > > _ # C23 signed _BitInt(N)
5018- ::= DB << a href ="#mangle.expression "> expression</ a > > _ # C23 signed _BitInt(N)
5018+ ::= DB << i > instantiation-dependent </ i > < a href ="#mangle.expression "> expression</ a > > _ # C23 signed _BitInt(N)
50195019 ::= DU << a href ="#mangle.number "> number</ a > > _ # C23 unsigned _BitInt(N)
5020- ::= DU << a href ="#mangle.expression "> expression</ a > > _ # C23 unsigned _BitInt(N)
5020+ ::= DU << i > instantiation-dependent </ i > < a href ="#mangle.expression "> expression</ a > > _ # C23 unsigned _BitInt(N)
50215021 ::= Di # char32_t
50225022 ::= Ds # char16_t
50235023 ::= Du # char8_t
You can’t perform that action at this time.
0 commit comments