$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-09-24 12:53:05
Joel de Guzman wrote:
> >> but these vectors are not extensible (resizable).
> >
> > They are! For instance, this one works on all supported platforms:
>
> Ahhha ! So are there non-extensible sequences in MPL?
Sure - 'range_c', and all the views ('filter_view', etc.)
Aleksey