$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Greg Colvin (gcolvin_at_[hidden])
Date: 2000-01-02 14:17:26
From: Nicolai Josuttis <nicolai.josuttis_at_[hidden]>
> Dave Abrahams wrote:
> >
> > Another possible name choice would be static_array
> >
> or static_vector
Or just array.
What's static about it? That it doesn't change size?
but "static" means one of a few other things in C++
already.