Skip to content

Commit 0207b6c

Browse files
jensmaurerzygoloid
authored andcommitted
Spell 'well-defined' with a hyphen when it is an adjective.
Fixes #1587.
1 parent 2044cbd commit 0207b6c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@
16041604
\tcode{ios_base}
16051605
member function called from within
16061606
\tcode{fn}
1607-
has well defined results.
1607+
has well-defined results.
16081608
\end{itemdescr}
16091609

16101610
\rSec2[fpos]{Class template \tcode{fpos}}
@@ -2722,7 +2722,7 @@
27222722
\pnum
27232723
\begin{note} The more obvious use of
27242724
\tcode{ios_base::hex} to specify hexadecimal floating-point format would
2725-
change the meaning of existing well defined programs. \CppIII
2725+
change the meaning of existing well-defined programs. \CppIII
27262726
gives no meaning to the combination of \tcode{fixed} and
27272727
\tcode{scientific}.\end{note}
27282728

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
\pnum
726726
\returns The number of hardware thread contexts. \begin{note} This value should
727727
only be considered to be a hint. \end{note} If this value is not computable or
728-
well defined an implementation should return 0.
728+
well defined, an implementation should return 0.
729729
\end{itemdescr}
730730

731731
\rSec3[thread.thread.algorithm]{\tcode{thread} specialized algorithms}

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10351,7 +10351,7 @@
1035110351
\begin{itemdescr}
1035210352
\pnum
1035310353
\requires The expression \tcode{dynamic_cast<T*>((U*)nullptr)}
10354-
shall be well formed and shall have well defined behavior.
10354+
shall be well formed and shall have well-defined behavior.
1035510355

1035610356
\pnum
1035710357
\returns
@@ -16511,7 +16511,7 @@
1651116511
}
1651216512
\end{codeblock}
1651316513

16514-
\begin{note} This requirement gives well defined results for reference types, void
16514+
\begin{note} This requirement gives well-defined results for reference types, void
1651516515
types, array types, and function types.\end{note} Access checking is performed
1651616516
in a context unrelated to \tcode{To} and \tcode{From}. Only the validity of
1651716517
the immediate context of the \grammarterm{expression} of the \tcode{return} statement

0 commit comments

Comments
 (0)