This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2649
'identifier' : is not a 'class-key'
A class, structure, or union declaration uses an incorrect tag.
Example
struct S
{
int i;
};
class S::i c; // error