$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Temporary objects
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-10-31 10:16:02
Thomas Klimpel wrote:
> What I really would like for the move-proposal is to allow implementing the move-assignment operator as a simple swap
Testing shows that this is suboptimal and can hurt performance
significantly.