$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-08 13:48:14
Paul Smith wrote:
> The only way to make everyone happy is to guarantee that a moved-from
> recursive variant is a valid variant.
Well, the performance hit from `new T` is making a lot of people unhappy, so
technically, this is not true. :-)