
17 Jun
2007
17 Jun
'07
6:55 p.m.
Yigong Liu wrote:
By "movable", are you referring to the semantics similar to std::auto_ptr?
Actually, I meant move semantics as in what r-value references allow. That's quite alike std::auto_ptr. But it seems that async/synch can't be moved at all from what you said.