File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1343
1343
its range of representable values is
1344
1344
either $ -2 ^{N-1}$ to $ 2 ^{N-1}-1 $ (inclusive) for some integer $ N$ ,
1345
1345
in which case it is a \defnadj {signed-integer-class}{type}, or
1346
- $ 0 $ to $ 2 ^{N-1} $ (inclusive) for some integer $ N$ ,
1346
+ $ 0 $ to $ 2 ^{N}- 1 $ (inclusive) for some integer $ N$ ,
1347
1347
in which case it is an \defnadj {unsigned-integer-class}{type}.
1348
1348
In both cases, $ N$ is called the width of the integer-class type.
1349
1349
The width of an integer-class type is greater than
1369
1369
meets the requirements on \tcode {numeric_limits} specializations
1370
1370
for integral types\iref {numeric.limits }.
1371
1371
\end {note }
1372
- For every integral type \tcode {J}, let B(J)c be the same type as \tcode {J}.
1372
+ For every integral type \tcode {J}, let \tcode { B(J)} be the same type as \tcode {J}.
1373
1373
1374
1374
\pnum
1375
1375
Expressions of integer-class type are
1447
1447
\pnum
1448
1448
All integer-class types model
1449
1449
\libconcept {regular}\iref {concepts.object } and
1450
- \libconcept {three_way_comparable}<strong_ordering>\iref {cmp.concept }.
1450
+ \tcode { \ libconcept {three_way_comparable}<strong_ordering>} \iref {cmp.concept }.
1451
1451
1452
1452
\pnum
1453
1453
A value-initialized object of integer-class type has value 0.
Original file line number Diff line number Diff line change 1669
1669
Equivalent to:
1670
1670
\begin {itemize }
1671
1671
\item If \exposid {StoreSize} is \tcode {true},
1672
- \tcode {subrange(r, static_cast<decltype(\exposid {size_}- )>(ranges::size(r)))}.
1672
+ \tcode {subrange(r, static_cast<decltype(\exposid {size_})>(ranges::size(r)))}.
1673
1673
\item Otherwise, \tcode {subrange(ranges::begin(r), ranges::end(r))}.
1674
1674
\end {itemize }
1675
1675
\end {itemdescr }
You can’t perform that action at this time.
0 commit comments