C2800: Illegal operator

[ERROR]

Description

An illegal operator has been found. This could be caused by an illegal usage of saturation operators, e.g. the using saturation operators without enabling them with a compiler switch if available. Note that not all compiler backends support saturation operators.

Example
  i = j +? 3; // illegal usage of saturation \c operator

  
Tips

Enable the usage of Saturation operators if available.

See also