$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hamish Mackenzie (boost_at_[hidden])
Date: 2001-11-28 11:33:13
On Wed, 2001-11-28 at 16:03, Hamish Mackenzie wrote:
> If this was the case what could type_list do that type_vector can't?
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?
How how about a type_vector with a Tail?
Hamish