Skip to content

Commit 4eed7a0

Browse files
jensmaurertkoeppe
authored andcommitted
[intro.abstract] Actually use the phrase 'unspecified/undefined behavior'
Fixes ISO/CS 011 (C++23 DIS).
1 parent 37956fb commit 4eed7a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/intro.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849
\pnum
850850
\indextext{behavior!implementation-defined}%
851851
Certain aspects and operations of the abstract machine are described in this
852-
document as implementation-defined (for example,
852+
document as implementation-defined behavior (for example,
853853
\tcode{sizeof(int)}). These constitute the parameters of the abstract machine.
854854
Each implementation shall include documentation describing its characteristics
855855
and behavior in these respects.
@@ -865,7 +865,7 @@
865865
\pnum
866866
\indextext{behavior!unspecified}%
867867
Certain other aspects and operations of the abstract machine are
868-
described in this document as unspecified (for example,
868+
described in this document as unspecified behavior (for example,
869869
order of evaluation of arguments in a function call\iref{expr.call}).
870870
Where possible, this
871871
document defines a set of allowable behaviors. These
@@ -876,7 +876,7 @@
876876
\pnum
877877
\indextext{behavior!undefined}%
878878
Certain other operations are described in this document as
879-
undefined (for example, the effect of
879+
undefined behavior (for example, the effect of
880880
attempting to modify a const object).
881881
\begin{note}
882882
This document imposes no requirements on the

0 commit comments

Comments
 (0)