Edit

Share via


Warning C26456

Operator 'symbol_1' hides a non-virtual operator 'symbol_2' (c.128)

Remarks

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

Code analysis name: DONT_HIDE_OPERATORS

See also

C++ Core Guideline c.128