October 16, 2020 [Issue 21316] NRVO not triggered for rvalue/ctor call | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21316 kinke <kinke@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kinke@gmx.net --- Comment #1 from kinke <kinke@gmx.net> --- NRVO only triggers for lvalues (=> *named* return-value optimization); you're asking for RVO here. -- |
December 17, 2022 [Issue 21316] NRVO not triggered for rvalue/ctor call | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21316 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 -- |
Copyright © 1999-2021 by the D Language Foundation