Skip to content

Commit ecad20e

Browse files
committed
[expr.mptr.oper] Rephrase wording for symmetry with P0704R1.
1 parent c4836f3 commit ecad20e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/expressions.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4008,7 +4008,9 @@
40084008
unless its \grammarterm{cv-qualifier-seq} is \tcode{const}.
40094009
In a \tcode{.*}
40104010
expression whose object expression is an lvalue, the program is ill-formed if the second
4011-
operand is a pointer to member function with \grammarterm{ref-qualifier} \tcode{\&\&}.
4011+
operand is
4012+
a pointer to member function
4013+
whose \grammarterm{ref-qualifier} is \tcode{\&\&}.
40124014
The result of a \tcode{.*} expression
40134015
whose second operand is a pointer to a data member is an lvalue if the first
40144016
operand is an lvalue and an xvalue otherwise. The result of a \tcode{.*} expression whose

0 commit comments

Comments
 (0)