Francesco Pt

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created push members down does not move code implementation
AnsweredApparently, the code refactoring “push members down” does not actually correctly move the code.To reproduce the issue, consider following minimal code:struct A { int compute() const noexcept; }...