$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-05-30 23:17:37
on 5/30/00 9:23 AM, Fernando Luis Cacciola Carballal at
fcacciola_at_[hidden] wrote:
> The idea is simple, the compiler will generate N lines of the
> particular form of the operation, so no loop is used. I've tested
> this and its really faster than any kind of iteration. The drawback,
> though, is that it might get too larger for big Ns.
Fernando,
Just so you don't think we're all ignoring you, I think your idea is cool.
Array has languished so long without being accepted into boost that perhaps
we should defer such extensions/improvements until shortly after it is
accepted. I guess that's up to Nico. Finally, why didn't you define global
operators for +/-, I wonder?
-Dave