Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 631 Bytes

File metadata and controls

17 lines (14 loc) · 631 Bytes
title C26464
ms.date 03/22/2018
ms.topic reference
f1_keywords
C26464
helpviewer_keywords
C26464
description CppCoreCheck placeholder warning for future con.4 enforcement

C26464 USE_CONST_POINTER_FOR_ELEMENTS

The values pointed to by elements of array '%array%' are assigned only once, mark elements as pointer to const (con.4).

See also

C++ Core Guidelines con.4.

Remarks

  • This rule is currently not implemented in CppCoreCheck.