Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Do not cast away a const qualification on a variable type. Casting away the const qualification allows violation of rule EXP31-C. Do not modify constant values prohibiting which prohibits the modification of constant values.

...