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 81d0390 commit 4feb958Copy full SHA for 4feb958
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