$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: Paul Smith (pl.smith.mail_at_[hidden])
Date: 2013-01-11 12:19:03
On Fri, Jan 11, 2013 at 7:15 PM, Paul Smith <pl.smith.mail_at_[hidden]> wrote:
> On a similar note, we should probably use a nothrow default
> constructible type when move constructing a variant for any type with
> a throwing move-ctor, not just recursive_wrapper.
Ignore that, it's nonsense.
-- Paul Smith