$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review.Coroutine] Some comments
From: Eugene Yakubovich (eyakubovich_at_[hidden])
Date: 2012-09-07 15:14:11
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