Versions Compared

Key

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

...

Not declaring an unchanging value const prohibits the function from working with values already cast as const. This problem can be sidestepped by type casting away the const, but doing so violates EXP05-A. Do not cast away a const qualification.

...