$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2003-08-25 16:28:31
"David Abrahams" <dave_at_[hidden]> wrote in message
news:uk791pr0w.fsf_at_boost-consulting.com...
...
>
> I don't believe you can use memcpy to move any non-POD types portably,
> i.e. without special knowledge of the compiler.
>
Thats my point - you may flag some types as safely moveable and then use
this knowledge in algorithms. User has the responsibility to do the
decision.
/Pavel