
7 Sep
2012
7 Sep
'12
7:14 p.m.
Hi Oliver,
boost::tuple does not handle moveable-only objects - so it will not work. we've to wiat until the supprot is added to boost::tuple.
Would it be possible to have a version (activated by a preprocessor macro) that uses std::tuple and supports movable-only objects. I often find myself dealing with moveable-only types. Regards, Eugene