$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2001-11-27 15:49:46
Hamish Mackenzie wrote:
> > typedef mpl::value_list<1,7,5,2,4,8,9,2,0,3,9,1> values;
>
> I think you must have left out some have you left out the
> int_t<N>s?
Nope, the above line is exactly how the declaration of a value list looks in
MPL. A truly generic version would be probably "mpl::value_list<int,
1,7,5,..>", though.
Aleksey