$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: William Kempf (sirwillard_at_[hidden])
Date: 2000-12-01 18:59:23
--- In boost_at_[hidden], "William Kempf" <sirwillard_at_m...> wrote:
> --- In boost_at_[hidden], "Giovanni Bavestrelli" <gibav_at_y...> wrote:
> > Array<int, 3> A3((dim(10) + dim(20)) + dim(30));
> >
> > Should that work?
>
> You've got a missing ')' in the above. Fix the syntax and yes, it
> should.
Ooops, I didn't read that close enough. No missing ')'. Yes, it
should still work. Yes, I can see how that might seem strange.
Bill Kempf