You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code-quality/c26463.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,14 @@ ms.date: 03/22/2018
4
4
ms.topic: reference
5
5
f1_keywords: ["C26463"]
6
6
helpviewer_keywords: ["C26463"]
7
+
description: CppCoreCheck placeholder warning for future con.4 enforcement
7
8
---
8
9
# C26463 USE_CONST_FOR_ELEMENTS
9
10
10
-
The elements of array '%array%' are assigned only once, mark elements `const`. See [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).
11
+
The elements of array '%array%' are assigned only once, mark elements `const` (con.4)
0 commit comments