Hello,

[EMAIL PROTECTED] wrote:

> Why g++ in Linux does not call copy constructor at return statement?
> 

Look for the keywords RVO or NRVO i.e. (named) return value
optimization. Use google or a Usenet Archive. It has been broadly
discussed.

Bernd Strieder

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to