Subject: [Boost-users] Fusion Move Semantics
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2014-08-02 09:12:56


Hi!

I would like to ask does fusion supports move semantics, or are all the
values going to get copied. I use C++11 (clang with libstdcxx) and boost
1.54 (but can upgrade).

In my use case I have boost::fusion::map and was wondering, that in case of
moving of that map, is it going to forward the move call to contained
values or not.

Many thanks for help,
Ovanes