diff --git a/source/expressions.tex b/source/expressions.tex index 1e150daaaf..7036d10289 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -1971,8 +1971,7 @@ \footnote{The most derived object~(\ref{intro.object}) pointed or referred to by \tcode{v} can contain other \tcode{B} objects as base classes, but these are ignored.} -The result is an lvalue if \tcode{T} is an lvalue reference, or an -xvalue if \tcode{T} is an rvalue reference. In both the pointer and +In both the pointer and reference cases, the program is ill-formed if \cvqual{cv2} has greater cv-qualification than \cvqual{cv1} or if \tcode{B} is an inaccessible or ambiguous base class of \tcode{D}.