$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [move][container] Review Request (new versions of Boost.Move and Boost.Container in sandbox and vault)
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-08-12 16:58:13
Markus Werle escribió:
> Hi!
>
> Could you please explain move_backward in more detail?
> I do not catch its meaning.
just like std::copy_backward but moving instead of coyping.
Best,
Ion