Fabian Grob
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Detect Non-static calls to static method [C++]
HiIs there a feature of reshaprer, to detect non-static calls of static-methods?e.g. a class:TestClass{ //... some stuff public: TestClass(); static bool loadData(DataHolder& data); //... other...