We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4836f3 commit ecad20eCopy full SHA for ecad20e
source/expressions.tex
@@ -4008,7 +4008,9 @@
4008
unless its \grammarterm{cv-qualifier-seq} is \tcode{const}.
4009
In a \tcode{.*}
4010
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{\&\&}.
+operand is
4012
+a pointer to member function
4013
+whose \grammarterm{ref-qualifier} is \tcode{\&\&}.
4014
The result of a \tcode{.*} expression
4015
whose second operand is a pointer to a data member is an lvalue if the first
4016
operand is an lvalue and an xvalue otherwise. The result of a \tcode{.*} expression whose
0 commit comments