$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: me22 (me22.ca_at_[hidden])
Date: 2006-08-15 18:21:42
On 8/15/06, Christian Henning <chhenning_at_[hidden]> wrote:
> The template parameter S will only be one of above defined structs.
> Clearly, I need to loop over S::num_values to create the tuple type.
> But how do I do that?
>
What about using a boost::array<int,S::num_values> instead?
It's not exactly what you're asking, but it might solve the problem...
~ Scott McMurray