Skip to content

[basic.def.odr] Rephrase sentence to avoid double-negative #7911

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
9 changes: 5 additions & 4 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,11 @@
of an overload set\iref{basic.lookup,over.match,over.over}
in an overload resolution performed
as part of forming that expression or conversion,
unless it is a pure virtual function and either
the expression is not an \grammarterm{id-expression} naming the function with
an explicitly qualified name or
the expression forms a pointer to member\iref{expr.unary.op}.
and either
it is not a pure virtual function or
the expression is an \grammarterm{id-expression} naming the function with
an explicitly qualified name
that does not form a pointer to member\iref{expr.unary.op}.
\begin{note}
This covers
taking the address of functions\iref{conv.func,expr.unary.op},
Expand Down
Loading