Skip to content

Commit 04f4a62

Browse files
jensmaurertkoeppe
authored andcommitted
[basic.def.odr] Rephrase sentence to avoid double-negative
1 parent 59b1a8a commit 04f4a62

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/basic.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,11 @@
421421
of an overload set\iref{basic.lookup,over.match,over.over}
422422
in an overload resolution performed
423423
as part of forming that expression or conversion,
424-
unless it is a pure virtual function and either
425-
the expression is not an \grammarterm{id-expression} naming the function with
426-
an explicitly qualified name or
427-
the expression forms a pointer to member\iref{expr.unary.op}.
424+
and either
425+
it is not a pure virtual function or
426+
the expression is an \grammarterm{id-expression} naming the function with
427+
an explicitly qualified name
428+
that does not form a pointer to member\iref{expr.unary.op}.
428429
\begin{note}
429430
This covers
430431
taking the address of functions\iref{conv.func,expr.unary.op},

0 commit comments

Comments
 (0)