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