$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Weed (chrisweed_at_[hidden])
Date: 2007-06-04 11:26:20
On 6/3/07, Benoit Hudson <benoit.hudson_at_[hidden]> wrote:
> Reading the archives, I see that the idea of adding a
> template <unsigned i> T get();
> function to boost::array has been somewhat summarily rejected as unnecessary:
> http://listarchives.boost.org/boost-users/2005/08/12983.php
> et seq.
>
> And yet I'm finding myself wanting it repeatedly. Here are three
> places I've seen it crop up:
>
Isn't this functionality available using the boost::fusion extension
for array? You might want to take a look at boost::fusion.
Chris