$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [xint] Boost.Move vs Copy-on-Write timings
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-05-04 06:08:14
Chad Nelson wrote:
> _attach attaches the result to the target by adjusting the pointers
> where possible, and copying if necessary. Copying is usually only
> necessary for fixed_integer types, and only in some of the detail functions.
Sounds like what operator= does.