Skip to content

Commit c82d84c

Browse files
authored
[meta.reflection.{layout, annotation}] Harmonize phrasing about complete types (#8347)
Fixes NB US 107-168 (C++26 CD).
1 parent bfcdd72 commit c82d84c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/meta.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5840,8 +5840,8 @@
58405840
direct base class relationship, or
58415841
data member description.
58425842
\item
5843-
If \tcode{dealias(r)} represents a type $T$,
5844-
there is a point within the evaluation context from which $T$ is not incomplete.
5843+
If \tcode{dealias(r)} represents a type,
5844+
then \tcode{is_complete_type(r)} is \tcode{true}.
58455845
\end{itemize}
58465846
\end{itemdescr}
58475847

@@ -7037,8 +7037,8 @@
70377037
\item
70387038
\tcode{annotations_of(item)} is a constant expression and
70397039
\item
7040-
\tcode{dealias(type)} represents a type that is complete
7041-
from some point in the evaluation context.
7040+
\tcode{dealias(type)} represents a type and
7041+
\tcode{is_complete_type(type)} is \tcode{true}.
70427042
\end{itemize}
70437043
\end{itemdescr}
70447044

0 commit comments

Comments
 (0)