Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 583 Bytes

File metadata and controls

16 lines (14 loc) · 583 Bytes
description Learn more about: C26456 DONT_HIDE_OPERATORS
title C26456
ms.date 12/14/2018
ms.topic conceptual
f1_keywords
C26456
helpviewer_keywords
C26456
ms.assetid 3a3ad636-0938-40b5-93ce-169322e2ff23
author kylereedmsft
ms.author kylereed

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