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 C2042

signed/unsigned keywords mutually exclusive

The keywords signed and unsigned are used in a single declaration. The following sample generates C2042:

unsigned signed int i;      // error