Skip to content

Commit 8cae1d8

Browse files
committed
[temp.mem.func, facet.ctype.char.members] Remove inconsistent and unnecessary whitespace around puncutator
1 parent 208b3a1 commit 8cae1d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/locales.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@
20732073
into
20742074
\tcode{vec[p - low]}
20752075
the value
2076-
\tcode{table()[\,(un\-signed char)*p]}.
2076+
\tcode{table()[(unsigned char)*p]}.
20772077

20782078
\pnum
20792079
\returns

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@
14831483
the
14841484
\grammarterm{template-argument}
14851485
for
1486-
\tcode{Array<T>::op\-er\-a\-tor\,[]\,()}
1486+
\tcode{Array<T>::operator[]()}
14871487
will be determined by the
14881488
\tcode{Array}
14891489
to which the subscripting operation is applied.

0 commit comments

Comments
 (0)