$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-27 18:23:46
From: "Fernando Cacciola" <fcacciola_at_[hidden]>
> Not using valarray<> prevents fast 'memcpy' optimizations...
valarray isn't the only route to those optimizations is it? Couldn't one
equally say "not using std::copy() prevents fast 'memcpy'
optimizations..."?
-Dave