This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2636
'identifier' : pointer to reference member is illegal
A pointer to a reference member was declared.
Example
struct S {};
int &S::*prs; // error