Skip to content

Commit 351e3a7

Browse files
author
Owen Jones
committed
Rename convert to convert_with_precedence
It is bad style to have an interface method the same name as an internal method with a different signature. Then on overriding one of these methods the compiler only finds the overloaded one with the wrong signature, doesn't look up the base class and fails. We fix this problem by renaming the protected method. This simplifies the code in all derived classes.
1 parent 064f648 commit 351e3a7

File tree

5 files changed

+73
-73
lines changed

5 files changed

+73
-73
lines changed

0 commit comments

Comments
 (0)