|
6911 | 6911 | If an exception is thrown other than by the
|
6912 | 6912 | copy constructor, move constructor,
|
6913 | 6913 | assignment operator, or move assignment operator of
|
6914 |
| -\tcode{T} |
| 6914 | +\tcode{T}, |
6915 | 6915 | there are no effects.
|
6916 | 6916 | If an exception is thrown while inserting a single element at either end,
|
6917 | 6917 | there are no effects.
|
|
8270 | 8270 | \pnum
|
8271 | 8271 | \remarks
|
8272 | 8272 | 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. |
8274 | 8274 | \end{itemdescr}
|
8275 | 8275 |
|
8276 | 8276 | \indexlibrarymember{erase}{list}%
|
|
8570 | 8570 | Stable\iref{algorithm.stable}.
|
8571 | 8571 | If \tcode{addressof(x) != this}, \tcode{x} is empty after the merge.
|
8572 | 8572 | 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. |
8574 | 8574 | \end{itemdescr}
|
8575 | 8575 |
|
8576 | 8576 | \indexlibrarymember{reverse}{list}%
|
|
9018 | 9018 | It does not increase \tcode{capacity()}, but may reduce \tcode{capacity()}
|
9019 | 9019 | by causing reallocation.
|
9020 | 9020 | 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. |
9022 | 9022 |
|
9023 | 9023 | \pnum
|
9024 | 9024 | \complexity
|
|
9075 | 9075 | \pnum
|
9076 | 9076 | \remarks
|
9077 | 9077 | 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. |
9079 | 9079 | \end{itemdescr}
|
9080 | 9080 |
|
9081 | 9081 | \indexlibrarymember{resize}{vector}%
|
|
9097 | 9097 |
|
9098 | 9098 | \pnum
|
9099 | 9099 | \remarks
|
9100 |
| -If an exception is thrown there are no effects. |
| 9100 | +If an exception is thrown, there are no effects. |
9101 | 9101 | \end{itemdescr}
|
9102 | 9102 |
|
9103 | 9103 | \rSec3[vector.data]{Data}
|
|
9163 | 9163 | If an exception is thrown other than by
|
9164 | 9164 | the copy constructor, move constructor,
|
9165 | 9165 | 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, |
9167 | 9167 | there are no effects.
|
9168 | 9168 | If an exception is thrown while inserting a single element at the end and
|
9169 | 9169 | \tcode{T} is \oldconcept{CopyInsertable} or \tcode{is_nothrow_move_constructible_v<T>}
|
|
9932 | 9932 |
|
9933 | 9933 | \pnum
|
9934 | 9934 | \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}. |
9936 | 9936 | \end{itemdescr}
|
9937 | 9937 |
|
9938 | 9938 | \indexlibrarymember{try_emplace_back}{inplace_vector}%
|
|
9980 | 9980 |
|
9981 | 9981 | \pnum
|
9982 | 9982 | \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}. |
9984 | 9984 | \end{itemdescr}
|
9985 | 9985 |
|
9986 | 9986 | \indexlibrarymember{try_append_range}{inplace_vector}%
|
|
0 commit comments