From a1f15dd8edcdcd04500aaabcd614b6e77aa5516c Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Tue, 4 Jun 2024 10:57:14 +0200 Subject: [PATCH] [basic.indet] Add 'value, erroneous' to index --- source/basic.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index f33d0dc648..d6b58e4464 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -3748,8 +3748,6 @@ \rSec2[basic.indet]{Indeterminate and erroneous values} \pnum -\indextext{value!indeterminate}% -\indextext{indeterminate value}% When storage for an object with automatic or dynamic storage duration is obtained, the bytes comprising the storage for the object @@ -3762,7 +3760,7 @@ the \tcode{[[indeterminate]]} attribute\iref{dcl.attr.indet}, the bytes have \defnadjx{indeterminate}{values}{value}; \item -otherwise, the bytes have erroneous values, +otherwise, the bytes have \defnadjx{erroneous}{values}{value}, where each value is determined by the implementation independently of the state of the program. \end{itemize}