$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_erasure] How to have just one behavior from relaxed without inheriting the other behaviors
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-05-11 22:57:22
AMDG
On 05/10/2013 09:15 AM, Felipe Magno de Almeida wrote:
> Hello,
>
> I need to create a type_erasure::any with just this behavior from relaxed:
>
> copy assignment of any uses the copy constructor if it can't use
> assignable(either because
> assignable is missing, or because the stored types do not match).
>
> But without adding the other behaviors, is there a way to implement this?
>
No. I bundled them together because it was easier.
I can split it up if you want. I'll need to come up
with names for each individual component though.
In Christ,
Steven Watanabe