(a usual subcase of this one is when other_function is actually super().function). This presents two problems for a static analyzer: The problem for me also affects readability of the code (which is ...
When dealing with functions that have lots of optional parameters, or at least for which resonable defaults are readily available, it's often a bit of a frustration in C++. Generally defaults are ...