Skip to content

Commit 81bb953

Browse files
authored
[stringbuf.members, ostringstream.cons, stringstream.cons] Add spaces (#7884)
In 6c12819, this change was done for [stringbuf.cons], but these cases were missed.
1 parent 0fd10bf commit 81bb953

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8568,7 +8568,7 @@
85688568
\begin{itemdescr}
85698569
\pnum
85708570
\constraints
8571-
\tcode{is_same_v<SAlloc,Allocator>} is \tcode{false}.
8571+
\tcode{is_same_v<SAlloc, Allocator>} is \tcode{false}.
85728572

85738573
\pnum
85748574
\effects
@@ -9434,7 +9434,7 @@
94349434
\begin{itemdescr}
94359435
\pnum
94369436
\constraints
9437-
\tcode{is_same_v<SAlloc,Allocator>} is \tcode{false}.
9437+
\tcode{is_same_v<SAlloc, Allocator>} is \tcode{false}.
94389438

94399439
\pnum
94409440
\effects
@@ -9812,7 +9812,7 @@
98129812
\begin{itemdescr}
98139813
\pnum
98149814
\constraints
9815-
\tcode{is_same_v<SAlloc,Allocator>} is \tcode{false}.
9815+
\tcode{is_same_v<SAlloc, Allocator>} is \tcode{false}.
98169816

98179817
\pnum
98189818
\effects

0 commit comments

Comments
 (0)