Skip to content
This repository was archived by the owner on Aug 31, 2026. It is now read-only.

policies: fix hidden virtual function warnings - #59

Open
reinauer wants to merge 1 commit into
intel:masterfrom
reinauer:CompileErrors
Open

policies: fix hidden virtual function warnings#59
reinauer wants to merge 1 commit into
intel:masterfrom
reinauer:CompileErrors

Conversation

@reinauer

@reinauer reinauer commented Mar 6, 2026

Copy link
Copy Markdown

Derived classes ActiveRelationshipTableEntry and
ThermalRelationshipTableEntry define operator== with a more specific
parameter type, which hides the base class virtual operator== from
RelationshipTableEntryBase.

Add using declarations to bring the base class operator== into scope,
fixing -Werror=overloaded-virtual build failures.

Derived classes ActiveRelationshipTableEntry and
ThermalRelationshipTableEntry define operator== with a more specific
parameter type, which hides the base class virtual operator== from
RelationshipTableEntryBase.

Add using declarations to bring the base class operator== into scope,
fixing -Werror=overloaded-virtual build failures.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant