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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
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.