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 592416f commit 69600e3Copy full SHA for 69600e3
source/classes.tex
@@ -4187,8 +4187,9 @@
4187
\indextext{function!virtual|)}
4188
4189
\pnum
4190
-A \keyword{consteval} virtual function shall not override
4191
-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}
4192
+shall have consteval-only type\iref{basic.types.general}.
4193
A \keyword{consteval} virtual function shall not be overridden by
4194
a virtual function that is not \keyword{consteval}.
4195
0 commit comments