NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2280

missing '{' before identifier 'identifier'?

Example

int int_var;
void func( int a     // missing opening brace
   t_var = 1;        // error is called on this line
}