Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 739 Bytes

File metadata and controls

17 lines (15 loc) · 739 Bytes
description Learn more about the C26456 DONT_HIDE_OPERATORS C++ Core Guidelines Checker warning. Hiding base methods is error prone and makes code harder to read.
title C26456 DONT_HIDE_OPERATORS
ms.date 04/29/2022
ms.topic reference
f1_keywords
C26456
helpviewer_keywords
C26456
ms.assetid 3a3ad636-0938-40b5-93ce-169322e2ff23
author kylereedmsft
ms.author kylereed
ms.custom kr2b-contr-experiment

C26456 DONT_HIDE_OPERATORS

Hiding base methods that aren't virtual is error prone and makes code harder to read.

C++ Core Guideline for this warning