Subject: [boost] [fusion][tuple] Is there a plan to have a C++11 compliant and portable tuple library on Boost?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2012-09-23 10:41:39


Hi,

In order to implement some features in Boost.thread I need a tuple that
supports move semantics for its arguments. I see that there is an effort
to provide move semantics when rvalue references are supported by the
compiler.

Is there a plan to have a C++11 compliant tuple library on Boost that
uses the Boost.Move library on compilers that don't support rvalue
references?

Best,
Vicente