Skip to content

Commit a987c78

Browse files
committed
fix wrong width restriction
1 parent 49cf991 commit a987c78

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/bitint.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,13 +2907,12 @@ <h4 id=dcl.type.simple><a class=para href=#dcl%2etype%2esimple></a>[dcl.type.sim
29072907
<math display=inline>
29082908
<mrow>
29092909
<mn>1</mn>
2910-
<mo>&lt;</mo>
2910+
<mo></mo>
29112911
<mi>N</mi>
29122912
<mo></mo>
29132913
<mtext><tt->BITINT_MAXWIDTH</tt-></mtext>
29142914
</mrow>
2915-
</math> (<a href=https://eel.is/c++draft/climits.syn>[climits.syn]</a>)
2916-
or the denoted type is <q><code><h- data-h=kw_type>unsigned</h-> <h- data-h=kw_type>_BitInt</h-></code> of width 1</q>.
2915+
</math> (<a href=https://eel.is/c++draft/climits.syn>[climits.syn]</a>).
29172916
</p></ins-block>
29182917

29192918
<h4 id=dcl.enum><a class=para href=#dcl%2eenum></a>[dcl.enum]</h4>

src/bitint.cow

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,13 +1409,12 @@ The program is ill-formed unless
14091409
\math{
14101410
\mrow{
14111411
\mn{1}
1412-
\mo{<}
1412+
\mo{}
14131413
\mi{N}
14141414
\mo{≤}
14151415
\mtext{\tt{BITINT_MAXWIDTH}}
14161416
}
1417-
}\iref{climits.syn}
1418-
or the denoted type is \q{\tcode{unsigned _BitInt} of width 1}.
1417+
}\iref{climits.syn}.
14191418
}
14201419

14211420
\h4(show-number=false){[dcl.enum]}

0 commit comments

Comments
 (0)