C26463 USE_CONST_FOR_ELEMENTS

The elements of array '%array%' are assigned only once, mark elements const (con.4)

See also

C++ Core Guidelines con.4.

Remark

  • This rule is currently not implemented in CppCoreCheck.