File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3763
3763
The standard signed integer types and standard unsigned integer types
3764
3764
are collectively called the \defnx {standard integer types}{standard integer type}, and the extended
3765
3765
signed integer types and extended
3766
- unsigned integer types are collectively called the \defnx {extended
3767
- integer types}{extended~integer~type}. The signed and unsigned integer types shall satisfy
3766
+ unsigned integer types are collectively called the
3767
+ \defnx {extended integer types}{extended integer type}.
3768
+ The signed and unsigned integer types shall satisfy
3768
3769
the constraints given in the C standard, section 5.2.4.2.1.
3769
3770
3770
3771
\pnum
Original file line number Diff line number Diff line change 1651
1651
1652
1652
\rSec 4[reverse.iter.make]{Non-member function \tcode {make_reverse_iterator()}}
1653
1653
1654
- \indexlibrary {\idxcode {reverse_iterator}!\idxcode {make_reverse_iterator}~ non-member~ function}%
1654
+ \indexlibrary {\idxcode {reverse_iterator}!\idxcode {make_reverse_iterator} non-member function}%
1655
1655
\indexlibrary {\idxcode {make_reverse_iterator}}%
1656
1656
\begin {itemdecl }
1657
1657
template <class Iterator>
Original file line number Diff line number Diff line change 258
258
259
259
\definition {NTCTS}{defns.ntcts}
260
260
\indexdefn {NTCTS}%
261
- \indexdefn {string!null-terminated character~ type}%
261
+ \indexdefn {string!null-terminated character type}%
262
262
a sequence of values that have
263
263
\term {character type}
264
264
that precede the terminating null character type
Original file line number Diff line number Diff line change 2146
2146
2147
2147
\rSec3[tuple.helper]{Tuple helper classes}
2148
2148
2149
- \indexlibrary{\idxcode{tuple_size}!in~ general}%
2149
+ \indexlibrary{\idxcode{tuple_size}!in general}%
2150
2150
\begin{itemdecl}
2151
2151
template <class T> struct tuple_size;
2152
2152
\end{itemdecl}
You can’t perform that action at this time.
0 commit comments