I am rebuilding a very old program. This part is in one of the custom headers. The compiler gives error on line 5: Cannot overload functions distinguished by return type alone. Please point me into the right direction.
This means there is some other function called round, taking a float parameter, which is in scope, and therefore this function is serving as an overload, which can't be distinguished only by a different return type.