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 16e5d80 commit fda0b03Copy full SHA for fda0b03
source/expressions.tex
@@ -1971,8 +1971,7 @@
1971
\footnote{The most derived object~(\ref{intro.object}) pointed or referred to by
1972
\tcode{v} can contain other \tcode{B} objects as base classes, but these
1973
are ignored.}
1974
-The result is an lvalue if \tcode{T} is an lvalue reference, or an
1975
-xvalue if \tcode{T} is an rvalue reference. In both the pointer and
+In both the pointer and
1976
reference cases, the program is ill-formed if \cvqual{cv2} has greater
1977
cv-qualification than \cvqual{cv1} or if \tcode{B} is an inaccessible or
1978
ambiguous base class of \tcode{D}.
0 commit comments