Skip to content

Commit a67c0c4

Browse files
jensmaurertkoeppe
authored andcommitted
Residual manual removal of tildes for index entries.
Fixes #1064.
1 parent 05fd470 commit a67c0c4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

source/basic.tex

+3-2
Original file line numberDiff line numberDiff line change
@@ -3763,8 +3763,9 @@
37633763
The standard signed integer types and standard unsigned integer types
37643764
are collectively called the \defnx{standard integer types}{standard integer type}, and the extended
37653765
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
37683769
the constraints given in the C standard, section 5.2.4.2.1.
37693770

37703771
\pnum

source/iterators.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@
16511651

16521652
\rSec4[reverse.iter.make]{Non-member function \tcode{make_reverse_iterator()}}
16531653

1654-
\indexlibrary{\idxcode{reverse_iterator}!\idxcode{make_reverse_iterator}~non-member~function}%
1654+
\indexlibrary{\idxcode{reverse_iterator}!\idxcode{make_reverse_iterator} non-member function}%
16551655
\indexlibrary{\idxcode{make_reverse_iterator}}%
16561656
\begin{itemdecl}
16571657
template <class Iterator>

source/lib-intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258

259259
\definition{NTCTS}{defns.ntcts}
260260
\indexdefn{NTCTS}%
261-
\indexdefn{string!null-terminated character~type}%
261+
\indexdefn{string!null-terminated character type}%
262262
a sequence of values that have
263263
\term{character type}
264264
that precede the terminating null character type

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@
21462146

21472147
\rSec3[tuple.helper]{Tuple helper classes}
21482148

2149-
\indexlibrary{\idxcode{tuple_size}!in~general}%
2149+
\indexlibrary{\idxcode{tuple_size}!in general}%
21502150
\begin{itemdecl}
21512151
template <class T> struct tuple_size;
21522152
\end{itemdecl}

0 commit comments

Comments
 (0)