Skip to content

policies: fix hidden virtual function warnings#59

Open
reinauer wants to merge 1 commit intointel:masterfrom
reinauer:CompileErrors
Open

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

Conversation

@reinauer
Copy link

@reinauer reinauer commented Mar 6, 2026

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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant