Skip to content

[expr.dynamic.cast] Remove redundant specification of value category #1024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down