Francesco Pt

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
Francesco Pt created a post, Answeredpush members down does not move code implementation
Apparently, 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; }...