$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [variant] compatibility with move-constructible objects
From: Zachary Turner (divisortheory_at_[hidden])
Date: 2010-02-23 01:04:28
Also, for the record, i realize the problem is probably related to  
variant requiring its bounded types to support the CopyConstructible  
concept, but my question is more along the lines of whether this  
requirement can be eliminated or relaxed in the presence of r-value  
refernces.  I.e. Something along the lines of requiring one or more of  
CopyConstructible, MoveConstructible.
Zach