|
|
|
|
|
by wyldfire
2329 days ago
|
|
If it's constructed as a temporary rvalue but never stored or passed as an argument, I think there's places where the compiler can elide the code entirely. Whereas you might prefer it have the system side effects associated with construction and destruction. |
|