$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-06-17 14:55:07
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.