We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba9530 commit e5c4d99Copy full SHA for e5c4d99
source/classes.tex
@@ -4185,8 +4185,9 @@
4185
\indextext{function!virtual|)}
4186
4187
\pnum
4188
-A \keyword{consteval} virtual function shall not override
4189
-a virtual function that is not \keyword{consteval}.
+A class with a \keyword{consteval} virtual function that overrides
+a virtual function that is not \keyword{consteval}
4190
+shall have consteval-only type\iref{basic.types.general}.
4191
A \keyword{consteval} virtual function shall not be overridden by
4192
a virtual function that is not \keyword{consteval}.
4193
0 commit comments