$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interest] underlying type library
From: Olaf van der Spek (ml_at_[hidden])
Date: 2011-08-20 13:45:14
On Sat, Aug 20, 2011 at 6:28 PM, Mathias Gaunard
<mathias.gaunard_at_[hidden]> wrote:
> You cannot use bitwise copy to implement move semantics.
> That just doesn't work.
Hmm, why not? What breaks if you do a bitwise swap?
Olaf