help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Copy constructor at return


From: Bernd Strieder
Subject: Re: Copy constructor at return
Date: Fri, 22 Sep 2006 12:14:25 +0200
User-agent: KNode/0.10.1

Hello,

Igor.Smirnov@cern.ch 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]