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 C2171

'operator' : illegal operand

A unary operator is used with an illegal operand type.

The following sample generates C2171:

double d, d1;
d = ~d1;      // error