On 10/6/2010 19:58, Andrei Alexandrescu wrote:
> Once the copy constructor has constant complexity, moving vs. copying
> becomes a minor optimization.

this(this) {
  sleep(1000000000); // <-- Constant amount.
}


-- 
Rainer Deyke - [email protected]

Reply via email to