File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 4887
4887
\tcode {[first, last)}
4888
4888
is a valid range in
4889
4889
\tcode {x}.
4890
- The result is undefined if
4890
+ The program has undefined behavior if
4891
4891
\tcode {position}
4892
4892
is an iterator in the range
4893
4893
\range {first}{last}.
Original file line number Diff line number Diff line change 7006
7006
\pnum
7007
7007
If the value of an element in the left-hand side of a valarray assignment
7008
7008
operator depends on the value of another element in that left-hand side,
7009
- the resulting behavior is undefined.
7009
+ the behavior is undefined.
7010
7010
\end {itemdescr }
7011
7011
7012
7012
\rSec 3[valarray.access]{\tcode {valarray} element access}
7333
7333
\pnum
7334
7334
If the value of an element in the left-hand side of a valarray compound
7335
7335
assignment operator depends on the value of another element in that left
7336
- hand side, the resulting behavior is undefined.
7336
+ hand side, the behavior is undefined.
7337
7337
\end {itemdescr }
7338
7338
7339
7339
\indexlibrarymember {operator*=}{valarray}%
8122
8122
non-\tcode {const}
8123
8123
version of
8124
8124
\tcode {operator[](const gslice\& )},
8125
- the resulting behavior is undefined.
8125
+ the behavior is undefined.
8126
8126
\indextext {undefined}%
8127
8127
8128
8128
\rSec 3[gslice.cons]{\tcode {gslice} constructors}
Original file line number Diff line number Diff line change 2018
2018
\grammarterm {ctor-initializer})
2019
2019
before all the
2020
2020
\grammarterm {mem-initializer}{s}
2021
- for base classes have completed, the result of the operation is undefined.
2021
+ for base classes have completed, the program has undefined behavior .
2022
2022
\begin {example }
2023
2023
2024
2024
\begin {codeblock }
2362
2362
\tcode {typeid}
2363
2363
refers to the object under construction or destruction and the static type of
2364
2364
the operand is neither the constructor or destructor's class nor one of its
2365
- bases, the result of
2366
- \tcode {typeid}
2367
- is undefined.
2365
+ bases, the behavior is undefined.
2368
2366
2369
2367
\pnum
2370
2368
\indextext {construction!dynamic cast and}%
You can’t perform that action at this time.
0 commit comments