Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 641 Bytes

File metadata and controls

20 lines (14 loc) · 641 Bytes
title Warning C26463
ms.date 03/22/2018
f1_keywords
C26463
USE_CONST_FOR_ELEMENTS
helpviewer_keywords
C26463
description CppCoreCheck placeholder warning C26463 for future con.4 enforcement

Warning C26463

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

Remarks

  • This rule is currently not implemented in CppCoreCheck.

Code analysis name: USE_CONST_FOR_ELEMENTS

See also

C++ Core Guidelines con.4.