Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 446 Bytes

File metadata and controls

10 lines (9 loc) · 446 Bytes
title C26462
ms.date 03/22/2018
ms.topic reference
f1_keywords
C26462
helpviewer_keywords
C26462

C26462 USE_CONST_POINTER_FOR_VARIABLE

The value pointed to by '%variable%' is assigned only once, mark it as a pointer to const. See C++ Core Guidelines con.4.