File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2505
2505
\pnum
2506
2506
\indextext {value-initialization}%
2507
2507
To
2508
- \grammarterm {value-initialize}
2508
+ \defn {value-initialize}
2509
2509
an object of type
2510
2510
\tcode {T}
2511
2511
means:
Original file line number Diff line number Diff line change 494
494
The domain of == for forward iterators is that of iterators over the same
495
495
underlying sequence. However, value-initialized iterators may be compared and
496
496
shall compare equal to other value-initialized iterators of the same type.
497
- \enternote value initialized iterators behave as if they refer past the end of
497
+ \enternote value- initialized iterators behave as if they refer past the end of
498
498
the same empty sequence \exitnote
499
499
500
500
\pnum
1330
1330
\begin {itemdescr }
1331
1331
\pnum
1332
1332
\effects
1333
- Value initializes
1333
+ Value- initializes
1334
1334
\tcode {current}.
1335
1335
Iterator operations applied to the resulting iterator have defined behavior
1336
1336
if and only if the corresponding operations are defined on a value-initialized iterator of type
Original file line number Diff line number Diff line change 1261
1261
1262
1262
\begin{itemdescr}
1263
1263
\pnum
1264
- \effects Value initializes each element.
1264
+ \effects Value- initializes each element.
1265
1265
1266
1266
\pnum
1267
1267
\remarks
You can’t perform that action at this time.
0 commit comments