This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2590
'identifier' : ambiguous user-defined conversions in switch expression
The specified switch expression cannot be unambiguously converted to an integer type.
Possible cause
- A conversion operator and a constructor make the same conversion.