Skip to content

Commit e02098c

Browse files
committed
[meta.reflection.layout,meta.reflection.annotation] Harmonize phrasing about complete types
Fixes NB US 107-168 (C++26 CD).
1 parent 1eef4ac commit e02098c

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
@@ -5835,8 +5835,8 @@
58355835
direct base class relationship, or
58365836
data member description.
58375837
\item
5838-
If \tcode{dealias(r)} represents a type $T$,
5839-
there is a point within the evaluation context from which $T$ is not incomplete.
5838+
If \tcode{dealias(r)} represents a type,
5839+
then \tcode{is_complete_type(r)} is \tcode{true}.
58405840
\end{itemize}
58415841
\end{itemdescr}
58425842

@@ -7032,8 +7032,8 @@
70327032
\item
70337033
\tcode{annotations_of(item)} is a constant expression and
70347034
\item
7035-
\tcode{dealias(type)} represents a type that is complete
7036-
from some point in the evaluation context.
7035+
\tcode{dealias(type)} represents a type and
7036+
\tcode{is_complete_type(type)} is \tcode{true}.
70377037
\end{itemize}
70387038
\end{itemdescr}
70397039

0 commit comments

Comments
 (0)