C1835: Arithmetic operand expected

[ERROR]

Description

The unary (-) operator was used with an illegal operand type.

Example
  const char* p= -"abc";

  
Tips

There must be an arithmetic operand for the unary (-) operator.