Skip to content

Commit fabbff2

Browse files
authored
[sequences] Consistent comma in "If X, there are no effects" (cplusplus#7139)
1 parent c92bc38 commit fabbff2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/containers.tex

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6911,7 +6911,7 @@
69116911
If an exception is thrown other than by the
69126912
copy constructor, move constructor,
69136913
assignment operator, or move assignment operator of
6914-
\tcode{T}
6914+
\tcode{T},
69156915
there are no effects.
69166916
If an exception is thrown while inserting a single element at either end,
69176917
there are no effects.
@@ -8270,7 +8270,7 @@
82708270
\pnum
82718271
\remarks
82728272
Does not affect the validity of iterators and references.
8273-
If an exception is thrown there are no effects.
8273+
If an exception is thrown, there are no effects.
82748274
\end{itemdescr}
82758275

82768276
\indexlibrarymember{erase}{list}%
@@ -8570,7 +8570,7 @@
85708570
Stable\iref{algorithm.stable}.
85718571
If \tcode{addressof(x) != this}, \tcode{x} is empty after the merge.
85728572
No elements are copied by this operation.
8573-
If an exception is thrown other than by a comparison there are no effects.
8573+
If an exception is thrown other than by a comparison, there are no effects.
85748574
\end{itemdescr}
85758575

85768576
\indexlibrarymember{reverse}{list}%
@@ -9018,7 +9018,7 @@
90189018
It does not increase \tcode{capacity()}, but may reduce \tcode{capacity()}
90199019
by causing reallocation.
90209020
If an exception is thrown other than by the move constructor
9021-
of a non-\oldconcept{CopyInsertable} \tcode{T} there are no effects.
9021+
of a non-\oldconcept{CopyInsertable} \tcode{T}, there are no effects.
90229022

90239023
\pnum
90249024
\complexity
@@ -9075,7 +9075,7 @@
90759075
\pnum
90769076
\remarks
90779077
If an exception is thrown other than by the move constructor of a non-\oldconcept{CopyInsertable}
9078-
\tcode{T} there are no effects.
9078+
\tcode{T}, there are no effects.
90799079
\end{itemdescr}
90809080

90819081
\indexlibrarymember{resize}{vector}%
@@ -9097,7 +9097,7 @@
90979097

90989098
\pnum
90999099
\remarks
9100-
If an exception is thrown there are no effects.
9100+
If an exception is thrown, there are no effects.
91019101
\end{itemdescr}
91029102

91039103
\rSec3[vector.data]{Data}
@@ -9163,7 +9163,7 @@
91639163
If an exception is thrown other than by
91649164
the copy constructor, move constructor,
91659165
assignment operator, or move assignment operator of
9166-
\tcode{T} or by any \tcode{InputIterator} operation
9166+
\tcode{T} or by any \tcode{InputIterator} operation,
91679167
there are no effects.
91689168
If an exception is thrown while inserting a single element at the end and
91699169
\tcode{T} is \oldconcept{CopyInsertable} or \tcode{is_nothrow_move_constructible_v<T>}
@@ -9932,7 +9932,7 @@
99329932

99339933
\pnum
99349934
\remarks
9935-
If an exception is thrown there are no effects on \tcode{*this}.
9935+
If an exception is thrown, there are no effects on \tcode{*this}.
99369936
\end{itemdescr}
99379937

99389938
\indexlibrarymember{try_emplace_back}{inplace_vector}%
@@ -9980,7 +9980,7 @@
99809980

99819981
\pnum
99829982
\remarks
9983-
If an exception is thrown there are no effects on \tcode{*this}.
9983+
If an exception is thrown, there are no effects on \tcode{*this}.
99849984
\end{itemdescr}
99859985

99869986
\indexlibrarymember{try_append_range}{inplace_vector}%

0 commit comments

Comments
 (0)