Subject: [Boost-users] [iostreams] C++ 11 moving semantics
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2013-06-05 13:39:01


Hello *,

I am wondering if latest boost iostreams implementation (1.53) supports C++
11 moving semantics. I would like to create a tee_device and related stream
in a separate function and hide the complexity from the user and just
return a stream object which moved out of the function. Any ideas how to do
that, without using heap and returning smart pointers?

Thanks for your help,
Ovanes