$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [variant] Basic rvalue and C++11 features support
From: Peter Dimov (lists_at_[hidden])
Date: 2013-01-11 09:08:45
Joel de Guzman wrote:
> In 99.9999999% of the cases, the moved-from object will be destructed
> right away.
If you add "or assigned to", you'll be close to right. Still, I wouldn't use
so many nines.