$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2001-11-28 11:50:15
Hamish Mackenzie wrote:
> Ok I just took a closer look at how type_vector works and I think I
> understand the difference now.
>
> Would it be possible to create a type_vector like class that
> algorithms would convert to a cons-list when the maximum
> length was exceeded?
Yes, it can be done. I am not sure that silent conversion of something that
was a random access sequence into a forward access one is something that
users will anticipate.
Aleksey