24 Sep
2013
24 Sep
'13
6:26 p.m.
On Tue, Sep 24, 2013 at 7:19 PM, Andrey Semashev
synchronized_value has an internal mutex, which is not movable. But I think you should be able to move the contained value using the synchronize() functions.
Yes that's what I was thinking about, the copy operator already copy the value but not the mutex (from the documentation).