$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-05-03 12:22:48
Hi,
I'm defining a class that is non copiable but movable. The class contains a boost::mutex and boost::condition_variable fields which are non copiable neither movable.
I'd prefere not been forced to allocate all the class data in a pointer to make possible the move operation.
Has a sens to make these classes movable?
Thanks in advance
---------------------------
Vicente Juan Botet Escriba