Fix warning about hidden apply(const T&) method for subclasses of Option
ClosedPublic

Authored by kossebau on Mar 10 2019, 4:02 PM.

Diff Detail

Repository
R983 KDiff3
Branch
fixhidewarning
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 9445
Build 9463: arc lint + arc unit
kossebau requested review of this revision.Mar 10 2019, 4:02 PM
kossebau created this revision.

Adding to public API in this patch as the method is also in the public API of the as public inherited Option<T> base class, so following the current design.

mreeves accepted this revision.Mar 10 2019, 8:03 PM
This revision is now accepted and ready to land.Mar 10 2019, 8:03 PM
This revision was automatically updated to reflect the committed changes.