Skip to content

Commit 9fae9f9

Browse files
committed
LWG4422 meta::access_context should be a consteval-only type
1 parent 135a799 commit 9fae9f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/meta.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5111,8 +5111,8 @@
51115111
\rSec2[meta.reflection.access.context]{Access control context}
51125112

51135113
\pnum
5114-
The \tcode{access_context} class is a non-aggregate type
5115-
that represents a namespace, class, or function
5114+
The class \tcode{access_context}
5115+
represents a namespace, class, or function
51165116
from which queries pertaining to access rules may be performed,
51175117
as well as the designating class\iref{class.access.base}, if any.
51185118

@@ -5138,7 +5138,7 @@
51385138
\end{codeblock}
51395139

51405140
\pnum
5141-
\tcode{access_context} is a structural type.
5141+
\tcode{access_context} is a structural, consteval-only, non-aggregate type.
51425142
Two values \tcode{ac1} and \tcode{ac2} of type \tcode{access_context}
51435143
are template-argument-equivalent\iref{temp.type}
51445144
if \tcode{ac1.scope()} and \tcode{ac2.scope()}

0 commit comments

Comments
 (0)