https://issues.dlang.org/show_bug.cgi?id=21316
kinke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from kinke <[email protected]> --- NRVO only triggers for lvalues (=> *named* return-value optimization); you're asking for RVO here. --
