This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2447
'{' : missing function header (old-style formal list?)
An open brace occurs at global scope without a corresponding function header.
Possible cause
- Old-style C-language formal list.
Example
int c;
{} // error