--- title: Warning C26464 ms.date: 03/22/2018 f1_keywords: ["C26464", "USE_CONST_POINTER_FOR_ELEMENTS"] helpviewer_keywords: ["C26464"] description: CppCoreCheck placeholder warning C26464 for future con.4 enforcement --- # Warning C26464 > The values pointed to by elements of array '*array*' are assigned only once, mark elements as pointer to `const` (con.4). ## Remarks - This rule is currently not implemented in CppCoreCheck. Code analysis name: `USE_CONST_POINTER_FOR_ELEMENTS` ## See also [C++ Core Guidelines con.4](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#con4-use-const-to-define-objects-with-values-that-do-not-change-after-construction).