Skip to content

Commit c11340c

Browse files
authored
[facet.ctype.char.members, locale.codecvt.virtuals] Spaces around operators (#7624)
1 parent 35fd448 commit c11340c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/text.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@
17921792
\pnum
17931793
\expects
17941794
Either \tcode{tbl == nullptr} is \tcode{true} or
1795-
\range{tbl}{tbl+table_size} is a valid range.
1795+
\range{tbl}{tbl + table_size} is a valid range.
17961796

17971797
\pnum
17981798
\effects
@@ -2334,18 +2334,18 @@
23342334
\pnum
23352335
\effects
23362336
The effect on the \tcode{state} argument is as if
2337-
it called \tcode{do_in(state, from, from_end, from, to, to+max, to)}
2337+
it called \tcode{do_in(state, from, from_end, from, to, to + max, to)}
23382338
for \tcode{to} pointing to a buffer of at least \tcode{max} elements.
23392339

23402340
\pnum
23412341
\returns
2342-
\tcode{(from_next-from)} where
2342+
\tcode{(from_next - from)} where
23432343
\tcode{from_next} is the largest value in the range \crange{from}{from_end}
23442344
such that the sequence of values in the range \range{from}{from_next}
23452345
represents
23462346
\tcode{max} or fewer valid complete characters of type \tcode{internT}.
23472347
The specialization \tcode{codecvt<char, char, mbstate_t>},
2348-
returns the lesser of \tcode{max} and \tcode{(from_end-from)}.
2348+
returns the lesser of \tcode{max} and \tcode{(from_end - from)}.
23492349
\end{itemdescr}
23502350

23512351
\indexlibrarymember{codecvt}{do_max_length}%

0 commit comments

Comments
 (0)