Mir

Code review comment for lp://qastaging/~andreas-pokorny/mir/fix-1530946

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

+ return std::move(e);

this is a pessimization - it disables RVO

« Back to merge proposal