|
|
|
|
|
by mehrdadn
2117 days ago
|
|
I've been wondering why they don't permit destructor elision after a move into a newly constructed parameter. I have a hard time seeing how this would break reasonable code, and even then, we can probably find a backward compatible workaround (or rely on a compiler flag). Any idea? |
|
It won't break reasonable code. The problem is it breaks interop with compiled binaries.