Rule: Member function became static¶
Canonical rule slug: method-became-static. ← back to all rules
A member function loses its implicit this parameter, remangling it and changing the call sequence existing binaries use.
Canonical demonstration¶
- case21_method_became_static — Method Became Static (🔴 BREAKING)