Skip to content

Commit 3137a4c

Browse files
author
Dawn Perchik
committed
Fix definition and uses of "value initialize*"/"value-initialize*" (#708)
Fixes #708.
1 parent 3d05dae commit 3137a4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/declarators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@
25052505
\pnum
25062506
\indextext{value-initialization}%
25072507
To
2508-
\grammarterm{value-initialize}
2508+
\defn{value-initialize}
25092509
an object of type
25102510
\tcode{T}
25112511
means:

source/iterators.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
The domain of == for forward iterators is that of iterators over the same
495495
underlying sequence. However, value-initialized iterators may be compared and
496496
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
498498
the same empty sequence \exitnote
499499

500500
\pnum
@@ -1330,7 +1330,7 @@
13301330
\begin{itemdescr}
13311331
\pnum
13321332
\effects
1333-
Value initializes
1333+
Value-initializes
13341334
\tcode{current}.
13351335
Iterator operations applied to the resulting iterator have defined behavior
13361336
if and only if the corresponding operations are defined on a value-initialized iterator of type

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261

12621262
\begin{itemdescr}
12631263
\pnum
1264-
\effects Value initializes each element.
1264+
\effects Value-initializes each element.
12651265

12661266
\pnum
12671267
\remarks

0 commit comments

Comments
 (0)