| ▲ | charcircuit 10 hours ago | |||||||
I don't understand the downvoted here. Either the compiler emits the code to call a move constructor or it doesn't. | ||||||||
| ▲ | Maxatar 10 hours ago | parent [-] | |||||||
Static analysis is about proving whether the code emitted by a compiler is actually called at runtime. It's not simply about the presence of that code. Code can be emitted but never executed. | ||||||||
| ||||||||