$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] tuple<T,T,...> generator meta-function
From: Russell Goyder (russell.goyder_at_[hidden])
Date: 2009-10-23 13:47:20
> Pass make_tuple<int, 8>, & it generates a tuple of 8 ints.
Or, boost::array<int,8>, if you don't need tuple for other reasons?
Russell